Html Css Color HEX #136228 Crusoe

📋 copy color: '#136228'

red 19 ◦ green 98 ◦ blue 40

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

Shades of Crusoe #136228

Tints of Crusoe #136228

RGB

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

 GREEN value IS 98 (38.67% from 255) = 62.42%

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

R = 12.1%
G = 62.42%
B = 25.48%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#136228 (or 0x136228) is known color: Crusoe. HEX triplet: 13, 62 and 28. RGB value is (19,98,40). Sum of RGB (Red+Green+Blue) = 19+98+40=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 98 (38.67% from 255 or 62.42% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 98 - color contains mainly: green. Hex color #136228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #136228 is #EC9DD7. Grayscale: #434343. Windows color (decimal): -15506904 or 2646547. OLE color: 2646547.

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

Color convert

RGB 19 98 40 -
CMYK 0.81 0 0.59 0.62
HSL 135.95º 0.68% 0.23% -
HSV(B) 135.95º 0.81% 0.38% -
XYZ 5.02 9.03 3.49 -
YUV 67.77 112.33 93.22 -
System Red Green Blue C M Y K H S L
Decimal 19 98 40 0.81 0 0.59 0.62 135.95 0.68 0.23
Hex 13 62 28 51 0 3B 3E 88 44 17
Octal 23 142 50 121 0 73 76 210 104 27
Binary 10011 1100010 101000 1010001 0 111011 111110 10001000 1000100 10111

Color Harmonies of #136228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136228

Black with #136228

Text Example


Text Example

White with #136228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136228; }

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

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

background-color css

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

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

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

border-color css

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

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

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