#0F5B26

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

Shades of Crusoe #0F5B26

Tints of Crusoe #0F5B26

Color information

#0F5B26 (or 0x0F5B26) is unknown color: approx Crusoe. HEX triplet: 0F, 5B and 26. RGB value is (15,91,38). Sum of RGB (Red+Green+Blue) = 15+91+38=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 91 (35.94% from 255 or 63.19% from 144); Blue value is 38 (15.23% from 255 or 26.39% from 144); Max value from RGB is 91 - color contains mainly: green. Hex color #0F5B26 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5B26 is #F0A4D9. Grayscale: #3E3E3E. Windows color (decimal): -15770842 or 2513679. OLE color: 2513679.

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

Color convert

RGB159138-
CMYK0.8400.580.64
HSL138.16º71.7%20.78%-
HSV(B)138.16º83.52%35.69%-
XYZ4.297.723.1-
YUV62.23114.3294.31-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.42%
GREEN value IS 91 (35.94% from 255) = 63.19%
BLUE value IS 38 (15.23% from 255) = 26.39%
R=10.42%
G=63.19%
B=26.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1591380.8400.580.64138.1671.720.78
HexF5B265403A408a4815
Octal171334612407210021211025
Binary1111101101110011010101000111010100000010001010100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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