#056A19

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

Shades of Crusoe #056A19

Tints of Crusoe #056A19

Color information

#056A19 (or 0x056A19) is unknown color: approx Crusoe. HEX triplet: 05, 6A and 19. RGB value is (5,106,25). Sum of RGB (Red+Green+Blue) = 5+106+25=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 106 (41.80% from 255 or 77.94% from 136); Blue value is 25 (10.16% from 255 or 18.38% from 136); Max value from RGB is 106 - color contains mainly: green. Hex color #056A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056A19 is #FA95E6. Grayscale: #424242. Windows color (decimal): -16422375 or 1665541. OLE color: 1665541.

HSL color Cylindrical-coordinate representation of color #056A19: hue angle of 131.88º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056A19 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB510625-
CMYK0.9500.760.58
HSL131.88º90.99%21.76%-
HSV(B)131.88º95.28%41.57%-
XYZ5.3910.412.64-
YUV66.57104.5484.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 106 (41.80% from 255) = 77.94%
BLUE value IS 25 (10.16% from 255) = 18.38%
R=3.68%
G=77.94%
B=18.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5106250.9500.760.58131.8890.9921.76
Hex56A195F04C3A845b16
Octal51523113701147220413326
Binary10111010101100110111110100110011101010000100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056A19; }

 p { color: rgb(5,106,25); }

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

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

 a { background-color: rgb(5,106,25); }

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

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

 span { border-color: rgb(5,106,25); }

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