#055512

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

Shades of Crusoe #055512

Tints of Crusoe #055512

Color information

#055512 (or 0x055512) is unknown color: approx Crusoe. HEX triplet: 05, 55 and 12. RGB value is (5,85,18). Sum of RGB (Red+Green+Blue) = 5+85+18=108 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.63% from 108); Green value is 85 (33.59% from 255 or 78.70% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 85 - color contains mainly: green. Hex color #055512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055512 is #FAAAED. Grayscale: #353535. Windows color (decimal): -16427758 or 1201413. OLE color: 1201413.

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

Color convert

RGB58518-
CMYK0.9400.790.67
HSL129.75º88.89%17.65%-
HSV(B)129.75º94.12%33.33%-
XYZ3.426.571.66-
YUV53.4410893.45-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.63%
GREEN value IS 85 (33.59% from 255) = 78.70%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=4.63%
G=78.70%
B=16.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal585180.9400.790.67129.7588.8917.65
Hex555125E04F43825912
Octal512522136011710320213122
Binary101101010110010101111001001111100001110000010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055512; }

 p { color: rgb(5,85,18); }

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

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

 a { background-color: rgb(5,85,18); }

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

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

 span { border-color: rgb(5,85,18); }

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