#056427

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

Shades of Crusoe #056427

Tints of Crusoe #056427

Color information

#056427 (or 0x056427) is unknown color: approx Crusoe. HEX triplet: 05, 64 and 27. RGB value is (5,100,39). Sum of RGB (Red+Green+Blue) = 5+100+39=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 100 (39.45% from 255 or 69.44% from 144); Blue value is 39 (15.62% from 255 or 27.08% from 144); Max value from RGB is 100 - color contains mainly: green. Hex color #056427 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056427 is #FA9BD8. Grayscale: #404040. Windows color (decimal): -16423897 or 2581509. OLE color: 2581509.

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

Color convert

RGB510039-
CMYK0.9500.610.61
HSL141.47º90.48%20.59%-
HSV(B)141.47º95%39.22%-
XYZ4.999.293.45-
YUV64.64113.5385.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 100 (39.45% from 255) = 69.44%
BLUE value IS 39 (15.62% from 255) = 27.08%
R=3.47%
G=69.44%
B=27.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5100390.9500.610.61141.4790.4820.59
Hex564275F03D3D8d5a15
Octal5144471370757521513225
Binary10111001001001111011111011110111110110001101101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056427; }

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

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

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

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

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

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

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

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