#0F5524

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

Shades of Crusoe #0F5524

Tints of Crusoe #0F5524

Color information

#0F5524 (or 0x0F5524) is unknown color: approx Crusoe. HEX triplet: 0F, 55 and 24. RGB value is (15,85,36). Sum of RGB (Red+Green+Blue) = 15+85+36=136 (18% of max value = 765). Red value is 15 (6.25% from 255 or 11.03% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5524 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5524 is #F0AADB. Grayscale: #3A3A3A. Windows color (decimal): -15772380 or 2381071. OLE color: 2381071.

HSL color Cylindrical-coordinate representation of color #0F5524: hue angle of 138º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F5524 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB158536-
CMYK0.8200.580.67
HSL138º70%19.61%-
HSV(B)138º82.35%33.33%-
XYZ3.766.732.77-
YUV58.48115.3196.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.03%
GREEN value IS 85 (33.59% from 255) = 62.5%
BLUE value IS 36 (14.45% from 255) = 26.47%
R=11.03%
G=62.5%
B=26.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1585360.8200.580.671387019.61
HexF55245203A438a4614
Octal171254412207210321210624
Binary1111101010110010010100100111010100001110001010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,85,36); }

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

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

 a { background-color: rgb(15,85,36); }

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

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

 span { border-color: rgb(15,85,36); }

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