Html Css Color HEX #136142 Jewel

📋 copy color: '#136142'

red 19 ◦ green 97 ◦ blue 66

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

Shades of Jewel #136142

Tints of Jewel #136142

RGB

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

 GREEN value IS 97 (38.28% from 255) = 53.3%

 BLUE value IS 66 (26.17% from 255) = 36.26%

R = 10.44%
G = 53.3%
B = 36.26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#136142 (or 0x136142) is known color: Jewel. HEX triplet: 13, 61 and 42. RGB value is (19,97,66). Sum of RGB (Red+Green+Blue) = 19+97+66=182 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.44% from 182); Green value is 97 (38.28% from 255 or 53.30% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 97 - color contains mainly: green. Hex color #136142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136142 is #EC9EBD. Grayscale: #464646. Windows color (decimal): -15507134 or 4350227. OLE color: 4350227.

HSL color Cylindrical-coordinate representation of color #136142: hue angle of 156.15º 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 #136142 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 97 66 -
CMYK 0.80 0 0.32 0.62
HSL 156.15º 0.67% 0.23% -
HSV(B) 156.15º 0.8% 0.38% -
XYZ 5.53 9.08 6.62 -
YUV 70.14 125.66 91.52 -
System Red Green Blue C M Y K H S L
Decimal 19 97 66 0.80 0 0.32 0.62 156.15 0.67 0.23
Hex 13 61 42 50 0 20 3E 9C 43 17
Octal 23 141 102 120 0 40 76 234 103 27
Binary 10011 1100001 1000010 1010000 0 100000 111110 10011100 1000011 10111

Color Harmonies of #136142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136142

Black with #136142

Text Example


Text Example

White with #136142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136142; }

 p { color: rgb(19,97,66); }

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

background-color css

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

 a { background-color: rgb(19,97,66); }

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

border-color css

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

 span { border-color: rgb(19,97,66); }

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