Html Css Color HEX #058501 Green

📋 copy color: '#058501'

red 5 ◦ green 133 ◦ blue 1

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

Shades of Green #058501

Tints of Green #058501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.72%

R = 3.6%
G = 95.68%
B = 0.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#058501 (or 0x058501) is known color: Green. HEX triplet: 05, 85 and 01. RGB value is (5,133,1). Sum of RGB (Red+Green+Blue) = 5+133+1=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 133 (52.34% from 255 or 95.68% from 139); Blue value is 1 (0.78% from 255 or 0.72% from 139); Max value from RGB is 133 - color contains mainly: green. Hex color #058501 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058501 is #FA7AFE. Grayscale: #505050. Windows color (decimal): -16415487 or 99589. OLE color: 99589.

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

Color convert

RGB 5 133 1 -
CMYK 0.96 0 0.99 0.48
HSL 118.18º 0.99% 0.26% -
HSV(B) 118.18º 0.99% 0.52% -
XYZ 8.46 16.81 2.83 -
YUV 79.68 83.59 74.73 -
System Red Green Blue C M Y K H S L
Decimal 5 133 1 0.96 0 0.99 0.48 118.18 0.99 0.26
Hex 5 85 1 60 0 63 30 76 63 1A
Octal 5 205 1 140 0 143 60 166 143 32
Binary 101 10000101 1 1100000 0 1100011 110000 1110110 1100011 11010

Color Harmonies of #058501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058501

Black with #058501

Text Example


Text Example

White with #058501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058501; }

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

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

background-color css

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

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

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

border-color css

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

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

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