#0F561A

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

Shades of Crusoe #0F561A

Tints of Crusoe #0F561A

Color information

#0F561A (or 0x0F561A) is unknown color: approx Crusoe. HEX triplet: 0F, 56 and 1A. RGB value is (15,86,26). Sum of RGB (Red+Green+Blue) = 15+86+26=127 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.81% from 127); Green value is 86 (33.98% from 255 or 67.72% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 86 - color contains mainly: green. Hex color #0F561A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F561A is #F0A9E5. Grayscale: #3A3A3A. Windows color (decimal): -15772134 or 1725967. OLE color: 1725967.

HSL color Cylindrical-coordinate representation of color #0F561A: hue angle of 129.3º 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 #0F561A is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.66.

Color convert

RGB158626-
CMYK0.8300.700.66
HSL129.3º70.3%19.8%-
HSV(B)129.3º82.56%33.73%-
XYZ3.716.832.1-
YUV57.93109.9897.38-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.81%
GREEN value IS 86 (33.98% from 255) = 67.72%
BLUE value IS 26 (10.55% from 255) = 20.47%
R=11.81%
G=67.72%
B=20.47%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1586260.8300.700.66129.370.319.8
HexF561A5304642814614
Octal1712632123010610220110624
Binary1111101011011010101001101000110100001010000001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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