Html Css Color HEX #136428 Crusoe

📋 copy color: '#136428'

red 19 ◦ green 100 ◦ blue 40

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

Shades of Crusoe #136428

Tints of Crusoe #136428

RGB

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

 GREEN value IS 100 (39.45% from 255) = 62.89%

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

R = 11.95%
G = 62.89%
B = 25.16%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#136428 (or 0x136428) is known color: Crusoe. HEX triplet: 13, 64 and 28. RGB value is (19,100,40). Sum of RGB (Red+Green+Blue) = 19+100+40=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 100 (39.45% from 255 or 62.89% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 100 - color contains mainly: green. Hex color #136428 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136428 is #EC9BD7. Grayscale: #454545. Windows color (decimal): -15506392 or 2647059. OLE color: 2647059.

HSL color Cylindrical-coordinate representation of color #136428: hue angle of 135.56º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136428 is Cyan = 0.81, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 100 40 -
CMYK 0.81 0 0.6 0.61
HSL 135.56º 0.68% 0.23% -
HSV(B) 135.56º 0.81% 0.39% -
XYZ 5.21 9.41 3.55 -
YUV 68.94 111.66 92.38 -
System Red Green Blue C M Y K H S L
Decimal 19 100 40 0.81 0 0.6 0.61 135.56 0.68 0.23
Hex 13 64 28 51 0 3C 3D 88 44 17
Octal 23 144 50 121 0 74 75 210 104 27
Binary 10011 1100100 101000 1010001 0 111100 111101 10001000 1000100 10111

Color Harmonies of #136428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136428

Black with #136428

Text Example


Text Example

White with #136428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136428; }

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

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

background-color css

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

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

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

border-color css

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

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

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