#0F571A

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

Shades of Crusoe #0F571A

Tints of Crusoe #0F571A

Color information

#0F571A (or 0x0F571A) is unknown color: approx Crusoe. HEX triplet: 0F, 57 and 1A. RGB value is (15,87,26). Sum of RGB (Red+Green+Blue) = 15+87+26=128 (16% of max value = 765). Red value is 15 (6.25% from 255 or 11.72% from 128); Green value is 87 (34.38% from 255 or 67.97% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 87 - color contains mainly: green. Hex color #0F571A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F571A is #F0A8E5. Grayscale: #3A3A3A. Windows color (decimal): -15771878 or 1726223. OLE color: 1726223.

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

Color convert

RGB158726-
CMYK0.8300.700.66
HSL129.17º70.59%20%-
HSV(B)129.17º82.76%34.12%-
XYZ3.796.992.13-
YUV58.52109.6596.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.72%
GREEN value IS 87 (34.38% from 255) = 67.97%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=11.72%
G=67.97%
B=20.31%

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
Decimal1587260.8300.700.66129.1770.5920
HexF571A5304642814714
Octal1712732123010610220110724
Binary1111101011111010101001101000110100001010000001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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