#057203

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

Shades of Green #057203

Tints of Green #057203

Color information

#057203 (or 0x057203) is unknown color: approx Green. HEX triplet: 05, 72 and 03. RGB value is (5,114,3). Sum of RGB (Red+Green+Blue) = 5+114+3=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 114 (44.92% from 255 or 93.44% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 114 - color contains mainly: green. Hex color #057203 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057203 is #FA8DFC. Grayscale: #454545. Windows color (decimal): -16420349 or 225797. OLE color: 225797.

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

Color convert

RGB51143-
CMYK0.9600.970.55
HSL118.92º94.87%22.94%-
HSV(B)118.92º97.37%44.71%-
XYZ6.112.072.1-
YUV68.7690.8982.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 114 (44.92% from 255) = 93.44%
BLUE value IS 3 (1.56% from 255) = 2.46%
R=4.10%
G=93.44%
B=2.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal511430.9600.970.55118.9294.8722.94
Hex57236006137775f17
Octal5162314001416716713727
Binary1011110010111100000011000011101111110111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057203; }

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

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

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

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

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

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

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

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