Html Css Color HEX #058510 Green

📋 copy color: '#058510'

red 5 ◦ green 133 ◦ blue 16

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

Shades of Green #058510

Tints of Green #058510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 10.39%

R = 3.25%
G = 86.36%
B = 10.39%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#058510 (or 0x058510) is known color: Green. HEX triplet: 05, 85 and 10. RGB value is (5,133,16). Sum of RGB (Red+Green+Blue) = 5+133+16=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 133 (52.34% from 255 or 86.36% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 133 - color contains mainly: green. Hex color #058510 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058510 is #FA7AEF. Grayscale: #515151. Windows color (decimal): -16415472 or 1082629. OLE color: 1082629.

HSL color Cylindrical-coordinate representation of color #058510: hue angle of 125.16º 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 #058510 is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.48.

Color convert

RGB 5 133 16 -
CMYK 0.96 0 0.88 0.48
HSL 125.16º 0.93% 0.27% -
HSV(B) 125.16º 0.96% 0.52% -
XYZ 8.54 16.84 3.29 -
YUV 81.39 91.09 73.51 -
System Red Green Blue C M Y K H S L
Decimal 5 133 16 0.96 0 0.88 0.48 125.16 0.93 0.27
Hex 5 85 10 60 0 58 30 7D 5D 1B
Octal 5 205 20 140 0 130 60 175 135 33
Binary 101 10000101 10000 1100000 0 1011000 110000 1111101 1011101 11011

Color Harmonies of #058510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058510

Black with #058510

Text Example


Text Example

White with #058510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058510; }

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

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

background-color css

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

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

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

border-color css

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

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

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