Html Css Color HEX #057505 Green

📋 copy color: '#057505'

red 5 ◦ green 117 ◦ blue 5

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

Shades of Green #057505

Tints of Green #057505

RGB

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

 GREEN value IS 117 (46.09% from 255) = 92.13%

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

R = 3.94%
G = 92.13%
B = 3.94%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#057505 (or 0x057505) is known color: Green. HEX triplet: 05, 75 and 05. RGB value is (5,117,5). Sum of RGB (Red+Green+Blue) = 5+117+5=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 117 (46.09% from 255 or 92.13% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 117 - color contains mainly: green. Hex color #057505 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057505 is #FA8AFA. Grayscale: #474747. Windows color (decimal): -16419579 or 357637. OLE color: 357637.

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

Color convert

RGB 5 117 5 -
CMYK 0.96 0 0.96 0.54
HSL 120º 0.92% 0.24% -
HSV(B) 120º 0.96% 0.46% -
XYZ 6.45 12.77 2.27 -
YUV 70.74 90.89 81.11 -
System Red Green Blue C M Y K H S L
Decimal 5 117 5 0.96 0 0.96 0.54 120 0.92 0.24
Hex 5 75 5 60 0 60 36 78 5C 18
Octal 5 165 5 140 0 140 66 170 134 30
Binary 101 1110101 101 1100000 0 1100000 110110 1111000 1011100 11000

Color Harmonies of #057505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057505

Black with #057505

Text Example


Text Example

White with #057505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057505; }

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

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

background-color css

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

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

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

border-color css

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

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

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