Html Css Color HEX #058500 Green

📋 copy color: '#058500'

red 5 ◦ green 133 ◦ blue 0

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

Shades of Green #058500

Tints of Green #058500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 3.62%
G = 96.38%
B = 0%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#058500 (or 0x058500) is known color: Green. HEX triplet: 05, 85 and 00. RGB value is (5,133,0). Sum of RGB (Red+Green+Blue) = 5+133+0=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 133 (52.34% from 255 or 96.38% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 133 - color contains mainly: green. Hex color #058500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058500 is #FA7AFF. Grayscale: #4F4F4F. Windows color (decimal): -16415488 or 34053. OLE color: 34053.

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

Color convert

RGB 5 133 0 -
CMYK 0.96 0 1 0.48
HSL 117.74º 1% 0.26% -
HSV(B) 117.74º 1% 0.52% -
XYZ 8.45 16.81 2.8 -
YUV 79.57 83.09 74.81 -
System Red Green Blue C M Y K H S L
Decimal 5 133 0 0.96 0 1 0.48 117.74 1 0.26
Hex 5 85 0 60 0 64 30 76 64 1A
Octal 5 205 0 140 0 144 60 166 144 32
Binary 101 10000101 0 1100000 0 1100100 110000 1110110 1100100 11010

Color Harmonies of #058500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058500

Black with #058500

Text Example


Text Example

White with #058500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058500; }

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

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

background-color css

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

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

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

border-color css

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

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

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