#057503

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

Shades of Green #057503

Tints of Green #057503

Color information

#057503 (or 0x057503) is unknown color: approx Green. HEX triplet: 05, 75 and 03. RGB value is (5,117,3). Sum of RGB (Red+Green+Blue) = 5+117+3=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 117 (46.09% from 255 or 93.6% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 117 - color contains mainly: green. Hex color #057503 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057503 is #FA8AFC. Grayscale: #464646. Windows color (decimal): -16419581 or 226565. OLE color: 226565.

HSL color Cylindrical-coordinate representation of color #057503: hue angle of 118.95º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057503 is Cyan = 0.96, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB51173-
CMYK0.9600.970.54
HSL118.95º95%23.53%-
HSV(B)118.95º97.44%45.88%-
XYZ6.4412.762.21-
YUV70.5289.8981.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 117 (46.09% from 255) = 93.6%
BLUE value IS 3 (1.56% from 255) = 2.4%
R=4%
G=93.6%
B=2.4%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal511730.9600.970.54118.959523.53
Hex57536006136775f18
Octal5165314001416616713730
Binary1011110101111100000011000011101101110111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057503; }

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

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

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

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

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

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

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

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