#056429

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

Shades of Crusoe #056429

Tints of Crusoe #056429

Color information

#056429 (or 0x056429) is unknown color: approx Crusoe. HEX triplet: 05, 64 and 29. RGB value is (5,100,41). Sum of RGB (Red+Green+Blue) = 5+100+41=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 100 (39.45% from 255 or 68.49% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 100 - color contains mainly: green. Hex color #056429 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056429 is #FA9BD6. Grayscale: #414141. Windows color (decimal): -16423895 or 2712581. OLE color: 2712581.

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

Color convert

RGB510041-
CMYK0.9500.590.61
HSL142.74º90.48%20.59%-
HSV(B)142.74º95%39.22%-
XYZ5.029.313.63-
YUV64.87114.5385.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 100 (39.45% from 255) = 68.49%
BLUE value IS 41 (16.41% from 255) = 28.08%
R=3.42%
G=68.49%
B=28.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5100410.9500.590.61142.7490.4820.59
Hex564295F03B3D8f5a15
Octal5144511370737521713225
Binary10111001001010011011111011101111110110001111101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056429; }

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

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

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

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

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

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

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

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