Html Css Color HEX #136642 Jewel

📋 copy color: '#136642'

red 19 ◦ green 102 ◦ blue 66

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

Shades of Jewel #136642

Tints of Jewel #136642

RGB

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

 GREEN value IS 102 (40.23% from 255) = 54.55%

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

R = 10.16%
G = 54.55%
B = 35.29%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.35

 K value IS 0.6

RGB Variations

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

Color information

#136642 (or 0x136642) is known color: Jewel. HEX triplet: 13, 66 and 42. RGB value is (19,102,66). Sum of RGB (Red+Green+Blue) = 19+102+66=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 102 (40.23% from 255 or 54.55% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 102 - color contains mainly: green. Hex color #136642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136642 is #EC99BD. Grayscale: #494949. Windows color (decimal): -15505854 or 4351507. OLE color: 4351507.

HSL color Cylindrical-coordinate representation of color #136642: hue angle of 153.98º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136642 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.6.

Color convert

RGB 19 102 66 -
CMYK 0.81 0 0.35 0.6
HSL 153.98º 0.69% 0.24% -
HSV(B) 153.98º 0.81% 0.4% -
XYZ 6 10.03 6.77 -
YUV 73.08 124 89.43 -
System Red Green Blue C M Y K H S L
Decimal 19 102 66 0.81 0 0.35 0.6 153.98 0.69 0.24
Hex 13 66 42 51 0 23 3C 9A 45 18
Octal 23 146 102 121 0 43 74 232 105 30
Binary 10011 1100110 1000010 1010001 0 100011 111100 10011010 1000101 11000

Color Harmonies of #136642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136642

Black with #136642

Text Example


Text Example

White with #136642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136642; }

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

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

background-color css

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

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

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

border-color css

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

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

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