#0E5C25

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

Shades of Crusoe #0E5C25

Tints of Crusoe #0E5C25

Color information

#0E5C25 (or 0x0E5C25) is unknown color: approx Crusoe. HEX triplet: 0E, 5C and 25. RGB value is (14,92,37). Sum of RGB (Red+Green+Blue) = 14+92+37=143 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.79% from 143); Green value is 92 (36.33% from 255 or 64.34% from 143); Blue value is 37 (14.84% from 255 or 25.87% from 143); Max value from RGB is 92 - color contains mainly: green. Hex color #0E5C25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5C25 is #F1A3DA. Grayscale: #3E3E3E. Windows color (decimal): -15836123 or 2448398. OLE color: 2448398.

HSL color Cylindrical-coordinate representation of color #0E5C25: hue angle of 137.69º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E5C25 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.

Color convert

RGB149237-
CMYK0.8500.600.64
HSL137.69º73.58%20.78%-
HSV(B)137.69º84.78%36.08%-
XYZ4.347.883.04-
YUV62.41113.6693.47-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.79%
GREEN value IS 92 (36.33% from 255) = 64.34%
BLUE value IS 37 (14.84% from 255) = 25.87%
R=9.79%
G=64.34%
B=25.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1492370.8500.600.64137.6973.5820.78
HexE5C255503C408a4a15
Octal161344512507410021211225
Binary1110101110010010110101010111100100000010001010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E5C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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