#056929

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

Shades of Crusoe #056929

Tints of Crusoe #056929

Color information

#056929 (or 0x056929) is unknown color: approx Crusoe. HEX triplet: 05, 69 and 29. RGB value is (5,105,41). Sum of RGB (Red+Green+Blue) = 5+105+41=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 105 (41.41% from 255 or 69.54% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 105 - color contains mainly: green. Hex color #056929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056929 is #FA96D6. Grayscale: #434343. Windows color (decimal): -16422615 or 2713861. OLE color: 2713861.

HSL color Cylindrical-coordinate representation of color #056929: hue angle of 141.6º 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 #056929 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB510541-
CMYK0.9500.610.59
HSL141.6º90.91%21.57%-
HSV(B)141.6º95.24%41.18%-
XYZ5.5110.33.79-
YUV67.8112.8783.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.31%
GREEN value IS 105 (41.41% from 255) = 69.54%
BLUE value IS 41 (16.41% from 255) = 27.15%
R=3.31%
G=69.54%
B=27.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5105410.9500.610.59141.690.9121.57
Hex569295F03D3B8e5b16
Octal5151511370757321613326
Binary10111010011010011011111011110111101110001110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056929; }

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

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

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

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

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

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

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

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