Html Css Color HEX #136124 Crusoe

📋 copy color: '#136124'

red 19 ◦ green 97 ◦ blue 36

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

Shades of Crusoe #136124

Tints of Crusoe #136124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.68%

R = 12.5%
G = 63.82%
B = 23.68%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.63

 K value IS 0.62

RGB Variations

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

Color information

#136124 (or 0x136124) is known color: Crusoe. HEX triplet: 13, 61 and 24. RGB value is (19,97,36). Sum of RGB (Red+Green+Blue) = 19+97+36=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 97 (38.28% from 255 or 63.82% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 97 - color contains mainly: green. Hex color #136124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136124 is #EC9EDB. Grayscale: #424242. Windows color (decimal): -15507164 or 2384147. OLE color: 2384147.

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

Color convert

RGB 19 97 36 -
CMYK 0.80 0 0.63 0.62
HSL 133.08º 0.67% 0.23% -
HSV(B) 133.08º 0.8% 0.38% -
XYZ 4.86 8.82 3.11 -
YUV 66.72 110.66 93.96 -
System Red Green Blue C M Y K H S L
Decimal 19 97 36 0.80 0 0.63 0.62 133.08 0.67 0.23
Hex 13 61 24 50 0 3F 3E 85 43 17
Octal 23 141 44 120 0 77 76 205 103 27
Binary 10011 1100001 100100 1010000 0 111111 111110 10000101 1000011 10111

Color Harmonies of #136124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136124

Black with #136124

Text Example


Text Example

White with #136124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136124; }

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

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

background-color css

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

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

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

border-color css

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

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

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