#0E5621

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

Shades of Crusoe #0E5621

Tints of Crusoe #0E5621

Color information

#0E5621 (or 0x0E5621) is unknown color: approx Crusoe. HEX triplet: 0E, 56 and 21. RGB value is (14,86,33). Sum of RGB (Red+Green+Blue) = 14+86+33=133 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.53% from 133); Green value is 86 (33.98% from 255 or 64.66% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 86 - color contains mainly: green. Hex color #0E5621 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5621 is #F1A9DE. Grayscale: #3A3A3A. Windows color (decimal): -15837663 or 2184718. OLE color: 2184718.

HSL color Cylindrical-coordinate representation of color #0E5621: hue angle of 135.83º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E5621 is Cyan = 0.84, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.66.

Color convert

RGB148633-
CMYK0.8400.620.66
HSL135.83º72%19.61%-
HSV(B)135.83º83.72%33.73%-
XYZ3.786.862.56-
YUV58.43113.6596.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.53%
GREEN value IS 86 (33.98% from 255) = 64.66%
BLUE value IS 33 (13.28% from 255) = 24.81%
R=10.53%
G=64.66%
B=24.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1486330.8400.620.66135.837219.61
HexE56215403E42884814
Octal161264112407610221011024
Binary1110101011010000110101000111110100001010001000100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,86,33); }

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

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

 a { background-color: rgb(14,86,33); }

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

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

 span { border-color: rgb(14,86,33); }

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