#0F5B35

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

Shades of Crusoe #0F5B35

Tints of Crusoe #0F5B35

Color information

#0F5B35 (or 0x0F5B35) is unknown color: approx Crusoe. HEX triplet: 0F, 5B and 35. RGB value is (15,91,53). Sum of RGB (Red+Green+Blue) = 15+91+53=159 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.43% from 159); Green value is 91 (35.94% from 255 or 57.23% from 159); Blue value is 53 (21.09% from 255 or 33.33% from 159); Max value from RGB is 91 - color contains mainly: green. Hex color #0F5B35 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5B35 is #F0A4CA. Grayscale: #404040. Windows color (decimal): -15770827 or 3496719. OLE color: 3496719.

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

Color convert

RGB159153-
CMYK0.8400.420.64
HSL150º71.7%20.78%-
HSV(B)150º83.52%35.69%-
XYZ4.587.844.64-
YUV63.94121.8293.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.43%
GREEN value IS 91 (35.94% from 255) = 57.23%
BLUE value IS 53 (21.09% from 255) = 33.33%
R=9.43%
G=57.23%
B=33.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1591530.8400.420.6415071.720.78
HexF5B355402A40964815
Octal171336512405210022611025
Binary1111101101111010110101000101010100000010010110100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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