#056818

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

Shades of Crusoe #056818

Tints of Crusoe #056818

Color information

#056818 (or 0x056818) is unknown color: approx Crusoe. HEX triplet: 05, 68 and 18. RGB value is (5,104,24). Sum of RGB (Red+Green+Blue) = 5+104+24=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 104 (41.02% from 255 or 78.20% from 133); Blue value is 24 (9.77% from 255 or 18.05% from 133); Max value from RGB is 104 - color contains mainly: green. Hex color #056818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056818 is #FA97E7. Grayscale: #414141. Windows color (decimal): -16422888 or 1599493. OLE color: 1599493.

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

Color convert

RGB510424-
CMYK0.9500.770.59
HSL131.52º90.83%21.37%-
HSV(B)131.52º95.19%40.78%-
XYZ5.18102.52-
YUV65.28104.785-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.76%
GREEN value IS 104 (41.02% from 255) = 78.20%
BLUE value IS 24 (9.77% from 255) = 18.05%
R=3.76%
G=78.20%
B=18.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5104240.9500.770.59131.5290.8321.37
Hex568185F04D3B845b15
Octal51503013701157320413325
Binary10111010001100010111110100110111101110000100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056818; }

 p { color: rgb(5,104,24); }

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

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

 a { background-color: rgb(5,104,24); }

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

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

 span { border-color: rgb(5,104,24); }

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