#0E6227

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

Shades of Crusoe #0E6227

Tints of Crusoe #0E6227

Color information

#0E6227 (or 0x0E6227) is unknown color: approx Crusoe. HEX triplet: 0E, 62 and 27. RGB value is (14,98,39). Sum of RGB (Red+Green+Blue) = 14+98+39=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 98 (38.67% from 255 or 64.90% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 98 - color contains mainly: green. Hex color #0E6227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6227 is #F19DD8. Grayscale: #424242. Windows color (decimal): -15834585 or 2581006. OLE color: 2581006.

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

Color convert

RGB149839-
CMYK0.8600.600.62
HSL137.86º75%21.96%-
HSV(B)137.86º85.71%38.43%-
XYZ4.918.983.39-
YUV66.16112.6790.8-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.27%
GREEN value IS 98 (38.67% from 255) = 64.90%
BLUE value IS 39 (15.62% from 255) = 25.83%
R=9.27%
G=64.90%
B=25.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1498390.8600.600.62137.867521.96
HexE62275603C3E8a4b16
Octal16142471260747621211326
Binary111011000101001111010110011110011111010001010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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