Html Css Color HEX #057206 Green

📋 copy color: '#057206'

red 5 ◦ green 114 ◦ blue 6

#057206
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #057206

Tints of Green #057206

RGB

 RED value IS 5 (2.34% from 255) = 4%

 GREEN value IS 114 (44.92% from 255) = 91.2%

 BLUE value IS 6 (2.73% from 255) = 4.8%

R = 4%
G = 91.2%
B = 4.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#057206 (or 0x057206) is known color: Green. HEX triplet: 05, 72 and 06. RGB value is (5,114,6). Sum of RGB (Red+Green+Blue) = 5+114+6=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 114 (44.92% from 255 or 91.2% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 114 - color contains mainly: green. Hex color #057206 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057206 is #FA8DF9. Grayscale: #454545. Windows color (decimal): -16420346 or 422405. OLE color: 422405.

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

Color convert

RGB 5 114 6 -
CMYK 0.96 0 0.95 0.55
HSL 120.55º 0.92% 0.23% -
HSV(B) 120.55º 0.96% 0.45% -
XYZ 6.11 12.08 2.18 -
YUV 69.1 92.39 82.28 -
System Red Green Blue C M Y K H S L
Decimal 5 114 6 0.96 0 0.95 0.55 120.55 0.92 0.23
Hex 5 72 6 60 0 5F 37 79 5C 17
Octal 5 162 6 140 0 137 67 171 134 27
Binary 101 1110010 110 1100000 0 1011111 110111 1111001 1011100 10111

Color Harmonies of #057206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057206

Black with #057206

Text Example


Text Example

White with #057206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057206; }

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

 H1.HeaderClassName
 {
   color: #057206;
 }
 .AnyTagClassName
 {
   color: #057206;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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