#0F5522

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

Shades of Crusoe #0F5522

Tints of Crusoe #0F5522

Color information

#0F5522 (or 0x0F5522) is unknown color: approx Crusoe. HEX triplet: 0F, 55 and 22. RGB value is (15,85,34). Sum of RGB (Red+Green+Blue) = 15+85+34=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 85 (33.59% from 255 or 63.43% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5522 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5522 is #F0AADD. Grayscale: #3A3A3A. Windows color (decimal): -15772382 or 2249999. OLE color: 2249999.

HSL color Cylindrical-coordinate representation of color #0F5522: hue angle of 136.29º 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 #0F5522 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB158534-
CMYK0.8200.600.67
HSL136.29º70%19.61%-
HSV(B)136.29º82.35%33.33%-
XYZ3.736.712.61-
YUV58.26114.3197.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.19%
GREEN value IS 85 (33.59% from 255) = 63.43%
BLUE value IS 34 (13.67% from 255) = 25.37%
R=11.19%
G=63.43%
B=25.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1585340.8200.600.67136.297019.61
HexF55225203C43884614
Octal171254212207410321010624
Binary1111101010110001010100100111100100001110001000100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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