#0E532A

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

Shades of Crusoe #0E532A

Tints of Crusoe #0E532A

Color information

#0E532A (or 0x0E532A) is unknown color: approx Crusoe. HEX triplet: 0E, 53 and 2A. RGB value is (14,83,42). Sum of RGB (Red+Green+Blue) = 14+83+42=139 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.07% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 42 (16.80% from 255 or 30.22% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #0E532A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E532A is #F1ACD5. Grayscale: #393939. Windows color (decimal): -15838422 or 2773774. OLE color: 2773774.

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

Color convert

RGB148342-
CMYK0.8300.490.67
HSL144.35º71.13%19.02%-
HSV(B)144.35º83.13%32.55%-
XYZ3.696.453.24-
YUV57.69119.1496.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.07%
GREEN value IS 83 (32.81% from 255) = 59.71%
BLUE value IS 42 (16.80% from 255) = 30.22%
R=10.07%
G=59.71%
B=30.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1483420.8300.490.67144.3571.1319.02
HexE532A5303143904713
Octal161235212306110322010723
Binary1110101001110101010100110110001100001110010000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,83,42); }

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

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

 a { background-color: rgb(14,83,42); }

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

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

 span { border-color: rgb(14,83,42); }

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