#056115

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

Shades of Crusoe #056115

Tints of Crusoe #056115

Color information

#056115 (or 0x056115) is unknown color: approx Crusoe. HEX triplet: 05, 61 and 15. RGB value is (5,97,21). Sum of RGB (Red+Green+Blue) = 5+97+21=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 97 (38.28% from 255 or 78.86% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 97 - color contains mainly: green. Hex color #056115 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056115 is #FA9EEA. Grayscale: #3D3D3D. Windows color (decimal): -16424683 or 1401093. OLE color: 1401093.

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

Color convert

RGB59721-
CMYK0.9500.780.62
HSL130.43º90.2%20%-
HSV(B)130.43º94.85%38.04%-
XYZ4.478.642.14-
YUV60.83105.5288.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 97 (38.28% from 255) = 78.86%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=4.07%
G=78.86%
B=17.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal597210.9500.780.62130.4390.220
Hex561155F04E3E825a14
Octal51412513701167620213224
Binary10111000011010110111110100111011111010000010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056115; }

 p { color: rgb(5,97,21); }

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

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

 a { background-color: rgb(5,97,21); }

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

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

 span { border-color: rgb(5,97,21); }

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