#056928

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

Shades of Crusoe #056928

Tints of Crusoe #056928

Color information

#056928 (or 0x056928) is unknown color: approx Crusoe. HEX triplet: 05, 69 and 28. RGB value is (5,105,40). Sum of RGB (Red+Green+Blue) = 5+105+40=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 105 (41.41% from 255 or 70% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 105 - color contains mainly: green. Hex color #056928 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056928 is #FA96D7. Grayscale: #434343. Windows color (decimal): -16422616 or 2648325. OLE color: 2648325.

HSL color Cylindrical-coordinate representation of color #056928: hue angle of 141º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056928 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB510540-
CMYK0.9500.620.59
HSL141º90.91%21.57%-
HSV(B)141º95.24%41.18%-
XYZ5.510.293.7-
YUV67.69112.3783.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.33%
GREEN value IS 105 (41.41% from 255) = 70%
BLUE value IS 40 (16.02% from 255) = 26.67%
R=3.33%
G=70%
B=26.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5105400.9500.620.5914190.9121.57
Hex569285F03E3B8d5b16
Octal5151501370767321513326
Binary10111010011010001011111011111011101110001101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056928; }

 p { color: rgb(5,105,40); }

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

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

 a { background-color: rgb(5,105,40); }

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

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

 span { border-color: rgb(5,105,40); }

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