#056C2B

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

Shades of Crusoe #056C2B

Tints of Crusoe #056C2B

Color information

#056C2B (or 0x056C2B) is unknown color: approx Crusoe. HEX triplet: 05, 6C and 2B. RGB value is (5,108,43). Sum of RGB (Red+Green+Blue) = 5+108+43=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 108 (42.58% from 255 or 69.23% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 108 - color contains mainly: green. Hex color #056C2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056C2B is #FA93D4. Grayscale: #454545. Windows color (decimal): -16421845 or 2845701. OLE color: 2845701.

HSL color Cylindrical-coordinate representation of color #056C2B: hue angle of 142.14º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056C2B is Cyan = 0.95, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB510843-
CMYK0.9500.600.58
HSL142.14º91.15%22.16%-
HSV(B)142.14º95.37%42.35%-
XYZ5.8610.934.09-
YUV69.79112.8881.79-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.21%
GREEN value IS 108 (42.58% from 255) = 69.23%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=3.21%
G=69.23%
B=27.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5108430.9500.600.58142.1491.1522.16
Hex56C2B5F03C3A8e5b16
Octal5154531370747221613326
Binary10111011001010111011111011110011101010001110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056C2B; }

 p { color: rgb(5,108,43); }

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

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

 a { background-color: rgb(5,108,43); }

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

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

 span { border-color: rgb(5,108,43); }

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