#0E561D

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

Shades of Crusoe #0E561D

Tints of Crusoe #0E561D

Color information

#0E561D (or 0x0E561D) is unknown color: approx Crusoe. HEX triplet: 0E, 56 and 1D. RGB value is (14,86,29). Sum of RGB (Red+Green+Blue) = 14+86+29=129 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.85% from 129); Green value is 86 (33.98% from 255 or 66.67% from 129); Blue value is 29 (11.72% from 255 or 22.48% from 129); Max value from RGB is 86 - color contains mainly: green. Hex color #0E561D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E561D is #F1A9E2. Grayscale: #3A3A3A. Windows color (decimal): -15837667 or 1922574. OLE color: 1922574.

HSL color Cylindrical-coordinate representation of color #0E561D: hue angle of 132.5º 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 #0E561D is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB148629-
CMYK0.8400.660.66
HSL132.5º72%19.61%-
HSV(B)132.5º83.72%33.73%-
XYZ3.736.842.29-
YUV57.97111.6596.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.85%
GREEN value IS 86 (33.98% from 255) = 66.67%
BLUE value IS 29 (11.72% from 255) = 22.48%
R=10.85%
G=66.67%
B=22.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1486290.8400.660.66132.57219.61
HexE561D5404242844814
Octal1612635124010210220411024
Binary1110101011011101101010001000010100001010000100100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E561D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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