Html Css Color HEX #136043 Jewel

📋 copy color: '#136043'

red 19 ◦ green 96 ◦ blue 67

#136043
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jewel #136043

Tints of Jewel #136043

RGB

 RED value IS 19 (7.81% from 255) = 10.44%

 GREEN value IS 96 (37.89% from 255) = 52.75%

 BLUE value IS 67 (26.56% from 255) = 36.81%

R = 10.44%
G = 52.75%
B = 36.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.30

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#136043 (or 0x136043) is known color: Jewel. HEX triplet: 13, 60 and 43. RGB value is (19,96,67). Sum of RGB (Red+Green+Blue) = 19+96+67=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 96 (37.89% from 255 or 52.75% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 96 - color contains mainly: green. Hex color #136043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136043 is #EC9FBC. Grayscale: #454545. Windows color (decimal): -15507389 or 4415507. OLE color: 4415507.

HSL color Cylindrical-coordinate representation of color #136043: hue angle of 157.4º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #136043 is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 96 67 -
CMYK 0.80 0 0.30 0.62
HSL 157.4º 0.67% 0.23% -
HSV(B) 157.4º 0.8% 0.38% -
XYZ 5.46 8.91 6.74 -
YUV 69.67 126.49 91.86 -
System Red Green Blue C M Y K H S L
Decimal 19 96 67 0.80 0 0.30 0.62 157.4 0.67 0.23
Hex 13 60 43 50 0 1E 3E 9D 43 17
Octal 23 140 103 120 0 36 76 235 103 27
Binary 10011 1100000 1000011 1010000 0 11110 111110 10011101 1000011 10111

Color Harmonies of #136043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136043

Black with #136043

Text Example


Text Example

White with #136043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136043; }

 p { color: rgb(19,96,67); }

 H1.HeaderClassName
 {
   color: #136043;
 }
 .AnyTagClassName
 {
   color: #136043;
 }
</style>

background-color css

<style>
 a { background-color: #136043; }

 a { background-color: rgb(19,96,67); }

 div.DivClassName
 {
   background-color: #136043;
 }
 .BgClassName
 {
   background-color: #136043;
 }
</style>

border-color css

<style>
 span { border-color: #136043; }

 span { border-color: rgb(19,96,67); }

 td.TdClassName
 {
   border-color: #136043;
 }
 .TagClassName
 {
   border-color: #136043;
 }
</style>