Html Css Color HEX #136246 Jewel

📋 copy color: '#136246'

red 19 ◦ green 98 ◦ blue 70

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

Shades of Jewel #136246

Tints of Jewel #136246

RGB

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

 GREEN value IS 98 (38.67% from 255) = 52.41%

 BLUE value IS 70 (27.73% from 255) = 37.43%

R = 10.16%
G = 52.41%
B = 37.43%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#136246 (or 0x136246) is known color: Jewel. HEX triplet: 13, 62 and 46. RGB value is (19,98,70). Sum of RGB (Red+Green+Blue) = 19+98+70=187 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.16% from 187); Green value is 98 (38.67% from 255 or 52.41% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 98 - color contains mainly: green. Hex color #136246 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136246 is #EC9DB9. Grayscale: #474747. Windows color (decimal): -15506874 or 4612627. OLE color: 4612627.

HSL color Cylindrical-coordinate representation of color #136246: hue angle of 158.73º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136246 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 98 70 -
CMYK 0.81 0 0.29 0.62
HSL 158.73º 0.68% 0.23% -
HSV(B) 158.73º 0.81% 0.38% -
XYZ 5.74 9.32 7.29 -
YUV 71.19 127.33 90.78 -
System Red Green Blue C M Y K H S L
Decimal 19 98 70 0.81 0 0.29 0.62 158.73 0.68 0.23
Hex 13 62 46 51 0 1D 3E 9F 44 17
Octal 23 142 106 121 0 35 76 237 104 27
Binary 10011 1100010 1000110 1010001 0 11101 111110 10011111 1000100 10111

Color Harmonies of #136246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136246

Black with #136246

Text Example


Text Example

White with #136246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136246; }

 p { color: rgb(19,98,70); }

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

background-color css

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

 a { background-color: rgb(19,98,70); }

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

border-color css

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

 span { border-color: rgb(19,98,70); }

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