#056030

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

Shades of Crusoe #056030

Tints of Crusoe #056030

Color information

#056030 (or 0x056030) is unknown color: approx Crusoe. HEX triplet: 05, 60 and 30. RGB value is (5,96,48). Sum of RGB (Red+Green+Blue) = 5+96+48=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 96 (37.89% from 255 or 64.43% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 96 - color contains mainly: green. Hex color #056030 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056030 is #FA9FCF. Grayscale: #3F3F3F. Windows color (decimal): -16424912 or 3170309. OLE color: 3170309.

HSL color Cylindrical-coordinate representation of color #056030: hue angle of 148.35º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056030 is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB59648-
CMYK0.9500.500.62
HSL148.35º90.1%19.8%-
HSV(B)148.35º94.79%37.65%-
XYZ4.788.614.21-
YUV63.32119.3586.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.36%
GREEN value IS 96 (37.89% from 255) = 64.43%
BLUE value IS 48 (19.14% from 255) = 32.21%
R=3.36%
G=64.43%
B=32.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal596480.9500.500.62148.3590.119.8
Hex560305F0323E945a14
Octal5140601370627622413224
Binary10111000001100001011111011001011111010010100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056030; }

 p { color: rgb(5,96,48); }

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

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

 a { background-color: rgb(5,96,48); }

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

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

 span { border-color: rgb(5,96,48); }

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