#0F5526

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

Shades of Crusoe #0F5526

Tints of Crusoe #0F5526

Color information

#0F5526 (or 0x0F5526) is unknown color: approx Crusoe. HEX triplet: 0F, 55 and 26. RGB value is (15,85,38). Sum of RGB (Red+Green+Blue) = 15+85+38=138 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.87% from 138); Green value is 85 (33.59% from 255 or 61.59% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 85 - color contains mainly: green. Hex color #0F5526 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5526 is #F0AAD9. Grayscale: #3A3A3A. Windows color (decimal): -15772378 or 2512143. OLE color: 2512143.

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

Color convert

RGB158538-
CMYK0.8200.550.67
HSL139.71º70%19.61%-
HSV(B)139.71º82.35%33.33%-
XYZ3.86.742.93-
YUV58.71116.3196.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.87%
GREEN value IS 85 (33.59% from 255) = 61.59%
BLUE value IS 38 (15.23% from 255) = 27.54%
R=10.87%
G=61.59%
B=27.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1585380.8200.550.67139.717019.61
HexF552652037438c4614
Octal171254612206710321410624
Binary1111101010110011010100100110111100001110001100100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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