#055703

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

Shades of Green #055703

Tints of Green #055703

Color information

#055703 (or 0x055703) is unknown color: approx Green. HEX triplet: 05, 57 and 03. RGB value is (5,87,3). Sum of RGB (Red+Green+Blue) = 5+87+3=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 87 (34.38% from 255 or 91.58% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 87 - color contains mainly: green. Hex color #055703 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055703 is #FAA8FC. Grayscale: #353535. Windows color (decimal): -16427261 or 218885. OLE color: 218885.

HSL color Cylindrical-coordinate representation of color #055703: hue angle of 118.57º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055703 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB5873-
CMYK0.9400.970.66
HSL118.57º93.33%17.65%-
HSV(B)118.57º96.55%34.12%-
XYZ3.496.861.23-
YUV52.9199.8393.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.26%
GREEN value IS 87 (34.38% from 255) = 91.58%
BLUE value IS 3 (1.56% from 255) = 3.16%
R=5.26%
G=91.58%
B=3.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal58730.9400.970.66118.5793.3317.65
Hex55735E06142775d12
Octal51273136014110216713522
Binary10110101111110111100110000110000101110111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055703; }

 p { color: rgb(5,87,3); }

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

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

 a { background-color: rgb(5,87,3); }

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

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

 span { border-color: rgb(5,87,3); }

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