#0E6228

Color #0E6228 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #0E6228

Tints of Crusoe #0E6228

Color information

#0E6228 (or 0x0E6228) is unknown color: approx Crusoe. HEX triplet: 0E, 62 and 28. RGB value is (14,98,40). Sum of RGB (Red+Green+Blue) = 14+98+40=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 98 (38.67% from 255 or 64.47% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 98 - color contains mainly: green. Hex color #0E6228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6228 is #F19DD7. Grayscale: #424242. Windows color (decimal): -15834584 or 2646542. OLE color: 2646542.

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

Color convert

RGB149840-
CMYK0.8600.590.62
HSL138.57º75%21.96%-
HSV(B)138.57º85.71%38.43%-
XYZ4.938.983.48-
YUV66.27113.1790.72-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.21%
GREEN value IS 98 (38.67% from 255) = 64.47%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=9.21%
G=64.47%
B=26.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1498400.8600.590.62138.577521.96
HexE62285603B3E8b4b16
Octal16142501260737621311326
Binary111011000101010001010110011101111111010001011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E6228; }

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

 H1.HeaderClassName
 {
   color: #0E6228;
 }
 .AnyTagClassName
 {
   color: #0E6228;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #0E6228;
 }
 .BgClassName
 {
   background-color: #0E6228;
 }
</style>
border-color css

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

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

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