#056719

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

Shades of Crusoe #056719

Tints of Crusoe #056719

Color information

#056719 (or 0x056719) is unknown color: approx Crusoe. HEX triplet: 05, 67 and 19. RGB value is (5,103,25). Sum of RGB (Red+Green+Blue) = 5+103+25=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 103 (40.62% from 255 or 77.44% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 103 - color contains mainly: green. Hex color #056719 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056719 is #FA98E6. Grayscale: #414141. Windows color (decimal): -16423143 or 1664773. OLE color: 1664773.

HSL color Cylindrical-coordinate representation of color #056719: hue angle of 132.24º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056719 is Cyan = 0.95, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB510325-
CMYK0.9500.760.60
HSL132.24º90.74%21.18%-
HSV(B)132.24º95.15%40.39%-
XYZ5.099.82.54-
YUV64.81105.5385.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 103 (40.62% from 255) = 77.44%
BLUE value IS 25 (10.16% from 255) = 18.80%
R=3.76%
G=77.44%
B=18.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5103250.9500.760.60132.2490.7421.18
Hex567195F04C3C845b15
Octal51473113701147420413325
Binary10111001111100110111110100110011110010000100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056719; }

 p { color: rgb(5,103,25); }

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

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

 a { background-color: rgb(5,103,25); }

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

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

 span { border-color: rgb(5,103,25); }

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