Html Css Color HEX #058005 Green

📋 copy color: '#058005'

red 5 ◦ green 128 ◦ blue 5

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

Shades of Green #058005

Tints of Green #058005

RGB

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

 GREEN value IS 128 (50.39% from 255) = 92.75%

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

R = 3.62%
G = 92.75%
B = 3.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#058005 (or 0x058005) is known color: Green. HEX triplet: 05, 80 and 05. RGB value is (5,128,5). Sum of RGB (Red+Green+Blue) = 5+128+5=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 128 (50.39% from 255 or 92.75% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 128 - color contains mainly: green. Hex color #058005 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058005 is #FA7FFA. Grayscale: #4D4D4D. Windows color (decimal): -16416763 or 360453. OLE color: 360453.

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

Color convert

RGB 5 128 5 -
CMYK 0.96 0 0.96 0.50
HSL 120º 0.92% 0.26% -
HSV(B) 120º 0.96% 0.5% -
XYZ 7.81 15.48 2.72 -
YUV 77.2 87.25 76.5 -
System Red Green Blue C M Y K H S L
Decimal 5 128 5 0.96 0 0.96 0.50 120 0.92 0.26
Hex 5 80 5 60 0 60 32 78 5C 1A
Octal 5 200 5 140 0 140 62 170 134 32
Binary 101 10000000 101 1100000 0 1100000 110010 1111000 1011100 11010

Color Harmonies of #058005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058005

Black with #058005

Text Example


Text Example

White with #058005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058005; }

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

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

background-color css

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

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

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

border-color css

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

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

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