#056C2D

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

Shades of Crusoe #056C2D

Tints of Crusoe #056C2D

Color information

#056C2D (or 0x056C2D) is unknown color: approx Crusoe. HEX triplet: 05, 6C and 2D. RGB value is (5,108,45). Sum of RGB (Red+Green+Blue) = 5+108+45=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 108 (42.58% from 255 or 68.35% from 158); Blue value is 45 (17.97% from 255 or 28.48% from 158); Max value from RGB is 108 - color contains mainly: green. Hex color #056C2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056C2D is #FA93D2. Grayscale: #464646. Windows color (decimal): -16421843 or 2976773. OLE color: 2976773.

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

Color convert

RGB510845-
CMYK0.9500.580.58
HSL143.3º91.15%22.16%-
HSV(B)143.3º95.37%42.35%-
XYZ5.910.954.28-
YUV70.02113.8881.62-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.16%
GREEN value IS 108 (42.58% from 255) = 68.35%
BLUE value IS 45 (17.97% from 255) = 28.48%
R=3.16%
G=68.35%
B=28.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5108450.9500.580.58143.391.1522.16
Hex56C2D5F03A3A8f5b16
Octal5154551370727221713326
Binary10111011001011011011111011101011101010001111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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