#055915

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

Shades of Crusoe #055915

Tints of Crusoe #055915

Color information

#055915 (or 0x055915) is unknown color: approx Crusoe. HEX triplet: 05, 59 and 15. RGB value is (5,89,21). Sum of RGB (Red+Green+Blue) = 5+89+21=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 89 (35.16% from 255 or 77.39% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 89 - color contains mainly: green. Hex color #055915 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055915 is #FAA6EA. Grayscale: #383838. Windows color (decimal): -16426731 or 1399045. OLE color: 1399045.

HSL color Cylindrical-coordinate representation of color #055915: hue angle of 131.43º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055915 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.65.

Color convert

RGB58921-
CMYK0.9400.760.65
HSL131.43º89.36%18.43%-
HSV(B)131.43º94.38%34.9%-
XYZ3.777.231.91-
YUV56.13108.1791.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.35%
GREEN value IS 89 (35.16% from 255) = 77.39%
BLUE value IS 21 (8.59% from 255) = 18.26%
R=4.35%
G=77.39%
B=18.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal589210.9400.760.65131.4389.3618.43
Hex559155E04C41835912
Octal513125136011410120313122
Binary101101100110101101111001001100100000110000011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055915; }

 p { color: rgb(5,89,21); }

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

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

 a { background-color: rgb(5,89,21); }

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

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

 span { border-color: rgb(5,89,21); }

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