#056316

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

Shades of Crusoe #056316

Tints of Crusoe #056316

Color information

#056316 (or 0x056316) is unknown color: approx Crusoe. HEX triplet: 05, 63 and 16. RGB value is (5,99,22). Sum of RGB (Red+Green+Blue) = 5+99+22=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 99 (39.06% from 255 or 78.57% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 99 - color contains mainly: green. Hex color #056316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056316 is #FA9CE9. Grayscale: #3E3E3E. Windows color (decimal): -16424170 or 1467141. OLE color: 1467141.

HSL color Cylindrical-coordinate representation of color #056316: hue angle of 130.85º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056316 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.61.

Color convert

RGB59922-
CMYK0.9500.780.61
HSL130.85º90.38%20.39%-
HSV(B)130.85º94.95%38.82%-
XYZ4.679.012.25-
YUV62.12105.3687.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 99 (39.06% from 255) = 78.57%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=3.97%
G=78.57%
B=17.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal599220.9500.780.61130.8590.3820.39
Hex563165F04E3D835a14
Octal51432613701167520313224
Binary10111000111011010111110100111011110110000011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056316; }

 p { color: rgb(5,99,22); }

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

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

 a { background-color: rgb(5,99,22); }

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

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

 span { border-color: rgb(5,99,22); }

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