#0E622C

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

Shades of Crusoe #0E622C

Tints of Crusoe #0E622C

Color information

#0E622C (or 0x0E622C) is unknown color: approx Crusoe. HEX triplet: 0E, 62 and 2C. RGB value is (14,98,44). Sum of RGB (Red+Green+Blue) = 14+98+44=156 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.97% from 156); Green value is 98 (38.67% from 255 or 62.82% from 156); Blue value is 44 (17.58% from 255 or 28.21% from 156); Max value from RGB is 98 - color contains mainly: green. Hex color #0E622C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E622C is #F19DD3. Grayscale: #424242. Windows color (decimal): -15834580 or 2908686. OLE color: 2908686.

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

Color convert

RGB149844-
CMYK0.8600.550.62
HSL141.43º75%21.96%-
HSV(B)141.43º85.71%38.43%-
XYZ59.013.86-
YUV66.73115.1790.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.97%
GREEN value IS 98 (38.67% from 255) = 62.82%
BLUE value IS 44 (17.58% from 255) = 28.21%
R=8.97%
G=62.82%
B=28.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1498440.8600.550.62141.437521.96
HexE622C560373E8d4b16
Octal16142541260677621511326
Binary111011000101011001010110011011111111010001101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E622C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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