#0F5629

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

Shades of Crusoe #0F5629

Tints of Crusoe #0F5629

Color information

#0F5629 (or 0x0F5629) is unknown color: approx Crusoe. HEX triplet: 0F, 56 and 29. RGB value is (15,86,41). Sum of RGB (Red+Green+Blue) = 15+86+41=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 86 (33.98% from 255 or 60.56% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 86 - color contains mainly: green. Hex color #0F5629 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F5629 is #F0A9D6. Grayscale: #3B3B3B. Windows color (decimal): -15772119 or 2709007. OLE color: 2709007.

HSL color Cylindrical-coordinate representation of color #0F5629: hue angle of 141.97º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F5629 is Cyan = 0.83, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB158641-
CMYK0.8300.520.66
HSL141.97º70.3%19.8%-
HSV(B)141.97º82.56%33.73%-
XYZ3.936.923.23-
YUV59.64117.4896.16-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.56%
GREEN value IS 86 (33.98% from 255) = 60.56%
BLUE value IS 41 (16.41% from 255) = 28.87%
R=10.56%
G=60.56%
B=28.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1586410.8300.520.66141.9770.319.8
HexF562953034428e4614
Octal171265112306410221610624
Binary1111101011010100110100110110100100001010001110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,86,41); }

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

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

 a { background-color: rgb(15,86,41); }

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

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

 span { border-color: rgb(15,86,41); }

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