Html Css Color HEX #136028 Crusoe

📋 copy color: '#136028'

red 19 ◦ green 96 ◦ blue 40

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

Shades of Crusoe #136028

Tints of Crusoe #136028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.81%

R = 12.26%
G = 61.94%
B = 25.81%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#136028 (or 0x136028) is known color: Crusoe. HEX triplet: 13, 60 and 28. RGB value is (19,96,40). Sum of RGB (Red+Green+Blue) = 19+96+40=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 96 (37.89% from 255 or 61.94% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 96 - color contains mainly: green. Hex color #136028 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136028 is #EC9FD7. Grayscale: #424242. Windows color (decimal): -15507416 or 2646035. OLE color: 2646035.

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

Color convert

RGB 19 96 40 -
CMYK 0.80 0 0.58 0.62
HSL 136.36º 0.67% 0.23% -
HSV(B) 136.36º 0.8% 0.38% -
XYZ 4.83 8.66 3.42 -
YUV 66.59 112.99 94.05 -
System Red Green Blue C M Y K H S L
Decimal 19 96 40 0.80 0 0.58 0.62 136.36 0.67 0.23
Hex 13 60 28 50 0 3A 3E 88 43 17
Octal 23 140 50 120 0 72 76 210 103 27
Binary 10011 1100000 101000 1010000 0 111010 111110 10001000 1000011 10111

Color Harmonies of #136028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136028

Black with #136028

Text Example


Text Example

White with #136028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136028; }

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

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

background-color css

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

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

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

border-color css

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

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

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