#056D1B

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

Shades of Crusoe #056D1B

Tints of Crusoe #056D1B

Color information

#056D1B (or 0x056D1B) is unknown color: approx Crusoe. HEX triplet: 05, 6D and 1B. RGB value is (5,109,27). Sum of RGB (Red+Green+Blue) = 5+109+27=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 109 (42.97% from 255 or 77.30% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 109 - color contains mainly: green. Hex color #056D1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #056D1B is #FA92E4. Grayscale: #444444. Windows color (decimal): -16421605 or 1797381. OLE color: 1797381.

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

Color convert

RGB510927-
CMYK0.9500.750.57
HSL132.69º91.23%22.35%-
HSV(B)132.69º95.41%42.75%-
XYZ5.7311.052.87-
YUV68.56104.5482.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 109 (42.97% from 255) = 77.30%
BLUE value IS 27 (10.94% from 255) = 19.15%
R=3.55%
G=77.30%
B=19.15%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5109270.9500.750.57132.6991.2322.35
Hex56D1B5F04B39855b16
Octal51553313701137120513326
Binary10111011011101110111110100101111100110000101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,109,27); }

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

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

 a { background-color: rgb(5,109,27); }

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

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

 span { border-color: rgb(5,109,27); }

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