Html Css Color HEX #136027 Crusoe

📋 copy color: '#136027'

red 19 ◦ green 96 ◦ blue 39

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

Shades of Crusoe #136027

Tints of Crusoe #136027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 25.32%

R = 12.34%
G = 62.34%
B = 25.32%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#136027 (or 0x136027) is known color: Crusoe. HEX triplet: 13, 60 and 27. RGB value is (19,96,39). Sum of RGB (Red+Green+Blue) = 19+96+39=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 96 (37.89% from 255 or 62.34% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 96 - color contains mainly: green. Hex color #136027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136027 is #EC9FD8. Grayscale: #424242. Windows color (decimal): -15507417 or 2580499. OLE color: 2580499.

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

Color convert

RGB 19 96 39 -
CMYK 0.80 0 0.59 0.62
HSL 135.58º 0.67% 0.23% -
HSV(B) 135.58º 0.8% 0.38% -
XYZ 4.82 8.65 3.34 -
YUV 66.48 112.49 94.13 -
System Red Green Blue C M Y K H S L
Decimal 19 96 39 0.80 0 0.59 0.62 135.58 0.67 0.23
Hex 13 60 27 50 0 3B 3E 88 43 17
Octal 23 140 47 120 0 73 76 210 103 27
Binary 10011 1100000 100111 1010000 0 111011 111110 10001000 1000011 10111

Color Harmonies of #136027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136027

Black with #136027

Text Example


Text Example

White with #136027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136027; }

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

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

background-color css

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

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

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

border-color css

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

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

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