Html Css Color HEX #136045 Jewel

📋 copy color: '#136045'

red 19 ◦ green 96 ◦ blue 69

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

Shades of Jewel #136045

Tints of Jewel #136045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 37.5%

R = 10.33%
G = 52.17%
B = 37.5%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#136045 (or 0x136045) is known color: Jewel. HEX triplet: 13, 60 and 45. RGB value is (19,96,69). Sum of RGB (Red+Green+Blue) = 19+96+69=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 96 (37.89% from 255 or 52.17% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 96 - color contains mainly: green. Hex color #136045 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136045 is #EC9FBA. Grayscale: #454545. Windows color (decimal): -15507387 or 4546579. OLE color: 4546579.

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

Color convert

RGB 19 96 69 -
CMYK 0.80 0 0.28 0.62
HSL 158.96º 0.67% 0.23% -
HSV(B) 158.96º 0.8% 0.38% -
XYZ 5.53 8.93 7.06 -
YUV 69.9 127.49 91.7 -
System Red Green Blue C M Y K H S L
Decimal 19 96 69 0.80 0 0.28 0.62 158.96 0.67 0.23
Hex 13 60 45 50 0 1C 3E 9F 43 17
Octal 23 140 105 120 0 34 76 237 103 27
Binary 10011 1100000 1000101 1010000 0 11100 111110 10011111 1000011 10111

Color Harmonies of #136045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136045

Black with #136045

Text Example


Text Example

White with #136045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136045; }

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

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

background-color css

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

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

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

border-color css

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

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

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