#0E551D

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

Shades of Crusoe #0E551D

Tints of Crusoe #0E551D

Color information

#0E551D (or 0x0E551D) is unknown color: approx Crusoe. HEX triplet: 0E, 55 and 1D. RGB value is (14,85,29). Sum of RGB (Red+Green+Blue) = 14+85+29=128 (16% of max value = 765). Red value is 14 (5.86% from 255 or 10.94% from 128); Green value is 85 (33.59% from 255 or 66.41% from 128); Blue value is 29 (11.72% from 255 or 22.66% from 128); Max value from RGB is 85 - color contains mainly: green. Hex color #0E551D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E551D is #F1AAE2. Grayscale: #393939. Windows color (decimal): -15837923 or 1922318. OLE color: 1922318.

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

Color convert

RGB148529-
CMYK0.8400.660.67
HSL132.68º71.72%19.41%-
HSV(B)132.68º83.53%33.33%-
XYZ3.656.682.26-
YUV57.39111.9897.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.94%
GREEN value IS 85 (33.59% from 255) = 66.41%
BLUE value IS 29 (11.72% from 255) = 22.66%
R=10.94%
G=66.41%
B=22.66%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1485290.8400.660.67132.6871.7219.41
HexE551D5404243854813
Octal1612535124010210320511023
Binary1110101010111101101010001000010100001110000101100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E551D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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