Html Css Color HEX #057005 Green

📋 copy color: '#057005'

red 5 ◦ green 112 ◦ blue 5

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

Shades of Green #057005

Tints of Green #057005

RGB

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

 GREEN value IS 112 (44.14% from 255) = 91.8%

 BLUE value IS 5 (2.34% from 255) = 4.1%

R = 4.1%
G = 91.8%
B = 4.1%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#057005 (or 0x057005) is known color: Green. HEX triplet: 05, 70 and 05. RGB value is (5,112,5). Sum of RGB (Red+Green+Blue) = 5+112+5=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 112 (44.14% from 255 or 91.80% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 112 - color contains mainly: green. Hex color #057005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057005 is #FA8FFA. Grayscale: #444444. Windows color (decimal): -16420859 or 356357. OLE color: 356357.

HSL color Cylindrical-coordinate representation of color #057005: hue angle of 120º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057005 is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 112 5 -
CMYK 0.96 0 0.96 0.56
HSL 120º 0.91% 0.23% -
HSV(B) 120º 0.96% 0.44% -
XYZ 5.88 11.63 2.08 -
YUV 67.81 92.55 83.2 -
System Red Green Blue C M Y K H S L
Decimal 5 112 5 0.96 0 0.96 0.56 120 0.91 0.23
Hex 5 70 5 60 0 60 38 78 5B 17
Octal 5 160 5 140 0 140 70 170 133 27
Binary 101 1110000 101 1100000 0 1100000 111000 1111000 1011011 10111

Color Harmonies of #057005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057005

Black with #057005

Text Example


Text Example

White with #057005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057005; }

 p { color: rgb(5,112,5); }

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

background-color css

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

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

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

border-color css

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

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

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