Html Css Color HEX #058505 Green

📋 copy color: '#058505'

red 5 ◦ green 133 ◦ blue 5

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

Shades of Green #058505

Tints of Green #058505

RGB

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

 GREEN value IS 133 (52.34% from 255) = 93.01%

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

R = 3.5%
G = 93.01%
B = 3.5%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#058505 (or 0x058505) is known color: Green. HEX triplet: 05, 85 and 05. RGB value is (5,133,5). Sum of RGB (Red+Green+Blue) = 5+133+5=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 133 (52.34% from 255 or 93.01% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 133 - color contains mainly: green. Hex color #058505 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058505 is #FA7AFA. Grayscale: #505050. Windows color (decimal): -16415483 or 361733. OLE color: 361733.

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

Color convert

RGB 5 133 5 -
CMYK 0.96 0 0.96 0.48
HSL 120º 0.93% 0.27% -
HSV(B) 120º 0.96% 0.52% -
XYZ 8.48 16.82 2.94 -
YUV 80.14 85.59 74.41 -
System Red Green Blue C M Y K H S L
Decimal 5 133 5 0.96 0 0.96 0.48 120 0.93 0.27
Hex 5 85 5 60 0 60 30 78 5D 1B
Octal 5 205 5 140 0 140 60 170 135 33
Binary 101 10000101 101 1100000 0 1100000 110000 1111000 1011101 11011

Color Harmonies of #058505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058505

Black with #058505

Text Example


Text Example

White with #058505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058505; }

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

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

background-color css

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

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

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

border-color css

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

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

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