Html Css Color HEX #136144 Jewel

📋 copy color: '#136144'

red 19 ◦ green 97 ◦ blue 68

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

Shades of Jewel #136144

Tints of Jewel #136144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 36.96%

R = 10.33%
G = 52.72%
B = 36.96%

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

#136144 (or 0x136144) is known color: Jewel. HEX triplet: 13, 61 and 44. RGB value is (19,97,68). Sum of RGB (Red+Green+Blue) = 19+97+68=184 (24% of max value = 765). Red value is 19 (7.81% from 255 or 10.33% from 184); Green value is 97 (38.28% from 255 or 52.72% from 184); Blue value is 68 (26.95% from 255 or 36.96% from 184); Max value from RGB is 97 - color contains mainly: green. Hex color #136144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136144 is #EC9EBB. Grayscale: #464646. Windows color (decimal): -15507132 or 4481299. OLE color: 4481299.

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

Color convert

RGB 19 97 68 -
CMYK 0.80 0 0.30 0.62
HSL 157.69º 0.67% 0.23% -
HSV(B) 157.69º 0.8% 0.38% -
XYZ 5.59 9.11 6.93 -
YUV 70.37 126.66 91.36 -
System Red Green Blue C M Y K H S L
Decimal 19 97 68 0.80 0 0.30 0.62 157.69 0.67 0.23
Hex 13 61 44 50 0 1E 3E 9E 43 17
Octal 23 141 104 120 0 36 76 236 103 27
Binary 10011 1100001 1000100 1010000 0 11110 111110 10011110 1000011 10111

Color Harmonies of #136144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136144

Black with #136144

Text Example


Text Example

White with #136144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136144; }

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

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

background-color css

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

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

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

border-color css

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

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

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