#0e5f25

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

Shades of Crusoe #0E5F25

Tints of Crusoe #0E5F25

Color information

#0E5F25 (or 0x0E5F25) is unknown color: approx Crusoe. HEX triplet: 0E, 5F and 25. RGB value is (14,95,37). Sum of RGB (Red+Green+Blue) = 14+95+37=146 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.59% from 146); Green value is 95 (37.5% from 255 or 65.07% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 95 - color contains mainly: green. Hex color #0E5F25 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E5F25 is #F1A0DA. Grayscale: #404040. Windows color (decimal): -15835355 or 2449166. OLE color: 2449166.

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

Color convert

RGB149537-
CMYK0.8500.610.63
HSL137.04º74.31%21.37%-
HSV(B)137.04º85.26%37.25%-
XYZ4.618.413.13-
YUV64.17112.6692.22-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.59%
GREEN value IS 95 (37.5% from 255) = 65.07%
BLUE value IS 37 (14.84% from 255) = 25.34%
R=9.59%
G=65.07%
B=25.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1495370.8500.610.63137.0474.3121.37
HexE5F255503D3F894a15
Octal16137451250757721111225
Binary111010111111001011010101011110111111110001001100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e5f25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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