#055C15

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

Shades of Crusoe #055C15

Tints of Crusoe #055C15

Color information

#055C15 (or 0x055C15) is unknown color: approx Crusoe. HEX triplet: 05, 5C and 15. RGB value is (5,92,21). Sum of RGB (Red+Green+Blue) = 5+92+21=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 92 (36.33% from 255 or 77.97% from 118); Blue value is 21 (8.59% from 255 or 17.80% from 118); Max value from RGB is 92 - color contains mainly: green. Hex color #055C15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055C15 is #FAA3EA. Grayscale: #3A3A3A. Windows color (decimal): -16425963 or 1399813. OLE color: 1399813.

HSL color Cylindrical-coordinate representation of color #055C15: hue angle of 131.03º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055C15 is Cyan = 0.95, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB59221-
CMYK0.9500.770.64
HSL131.03º89.69%19.02%-
HSV(B)131.03º94.57%36.08%-
XYZ4.037.741.99-
YUV57.89107.1890.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 92 (36.33% from 255) = 77.97%
BLUE value IS 21 (8.59% from 255) = 17.80%
R=4.24%
G=77.97%
B=17.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal592210.9500.770.64131.0389.6919.02
Hex55C155F04D40835a13
Octal513425137011510020313223
Binary101101110010101101111101001101100000010000011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055C15; }

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

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

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

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

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

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

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

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