#0F562B

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

Shades of Crusoe #0F562B

Tints of Crusoe #0F562B

Color information

#0F562B (or 0x0F562B) is unknown color: approx Crusoe. HEX triplet: 0F, 56 and 2B. RGB value is (15,86,43). Sum of RGB (Red+Green+Blue) = 15+86+43=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 86 (33.98% from 255 or 59.72% from 144); Blue value is 43 (17.19% from 255 or 29.86% from 144); Max value from RGB is 86 - color contains mainly: green. Hex color #0F562B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F562B is #F0A9D4. Grayscale: #3B3B3B. Windows color (decimal): -15772117 or 2840079. OLE color: 2840079.

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

Color convert

RGB158643-
CMYK0.8300.500.66
HSL143.66º70.3%19.8%-
HSV(B)143.66º82.56%33.73%-
XYZ3.966.933.41-
YUV59.87118.4896-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.42%
GREEN value IS 86 (33.98% from 255) = 59.72%
BLUE value IS 43 (17.19% from 255) = 29.86%
R=10.42%
G=59.72%
B=29.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1586430.8300.500.66143.6670.319.8
HexF562B5303242904614
Octal171265312306210222010624
Binary1111101011010101110100110110010100001010010000100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F562B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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