#0F5D26

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

Shades of Crusoe #0F5D26

Tints of Crusoe #0F5D26

Color information

#0F5D26 (or 0x0F5D26) is unknown color: approx Crusoe. HEX triplet: 0F, 5D and 26. RGB value is (15,93,38). Sum of RGB (Red+Green+Blue) = 15+93+38=146 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.27% from 146); Green value is 93 (36.72% from 255 or 63.70% from 146); Blue value is 38 (15.23% from 255 or 26.03% from 146); Max value from RGB is 93 - color contains mainly: green. Hex color #0F5D26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5D26 is #F0A2D9. Grayscale: #3F3F3F. Windows color (decimal): -15770330 or 2514191. OLE color: 2514191.

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

Color convert

RGB159338-
CMYK0.8400.590.64
HSL137.69º72.22%21.18%-
HSV(B)137.69º83.87%36.47%-
XYZ4.468.073.16-
YUV63.41113.6693.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.27%
GREEN value IS 93 (36.72% from 255) = 63.70%
BLUE value IS 38 (15.23% from 255) = 26.03%
R=10.27%
G=63.70%
B=26.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1593380.8400.590.64137.6972.2221.18
HexF5D265403B408a4815
Octal171354612407310021211025
Binary1111101110110011010101000111011100000010001010100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,93,38); }

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

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

 a { background-color: rgb(15,93,38); }

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

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

 span { border-color: rgb(15,93,38); }

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