#0E5525

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

Shades of Crusoe #0E5525

Tints of Crusoe #0E5525

Color information

#0E5525 (or 0x0E5525) is unknown color: approx Crusoe. HEX triplet: 0E, 55 and 25. RGB value is (14,85,37). Sum of RGB (Red+Green+Blue) = 14+85+37=136 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.29% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #0E5525 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5525 is #F1AADA. Grayscale: #3A3A3A. Windows color (decimal): -15837915 or 2446606. OLE color: 2446606.

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

Color convert

RGB148537-
CMYK0.8400.560.67
HSL139.44º71.72%19.41%-
HSV(B)139.44º83.53%33.33%-
XYZ3.766.722.85-
YUV58.3115.9896.4-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.29%
GREEN value IS 85 (33.59% from 255) = 62.5%
BLUE value IS 37 (14.84% from 255) = 27.21%
R=10.29%
G=62.5%
B=27.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1485370.8400.560.67139.4471.7219.41
HexE552554038438b4813
Octal161254512407010321311023
Binary1110101010110010110101000111000100001110001011100100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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