#0E552B

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

Shades of Crusoe #0E552B

Tints of Crusoe #0E552B

Color information

#0E552B (or 0x0E552B) is unknown color: approx Crusoe. HEX triplet: 0E, 55 and 2B. RGB value is (14,85,43). Sum of RGB (Red+Green+Blue) = 14+85+43=142 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.86% from 142); Green value is 85 (33.59% from 255 or 59.86% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 85 - color contains mainly: green. Hex color #0E552B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E552B is #F1AAD4. Grayscale: #3B3B3B. Windows color (decimal): -15837909 or 2839822. OLE color: 2839822.

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

Color convert

RGB148543-
CMYK0.8400.490.67
HSL144.51º71.72%19.41%-
HSV(B)144.51º83.53%33.33%-
XYZ3.876.763.39-
YUV58.98118.9895.92-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.86%
GREEN value IS 85 (33.59% from 255) = 59.86%
BLUE value IS 43 (17.19% from 255) = 30.28%
R=9.86%
G=59.86%
B=30.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1485430.8400.490.67144.5171.7219.41
HexE552B5403143914813
Octal161255312406110322111023
Binary1110101010110101110101000110001100001110010001100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E552B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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