Html Css Color HEX #058401 Green

📋 copy color: '#058401'

red 5 ◦ green 132 ◦ blue 1

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

Shades of Green #058401

Tints of Green #058401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 95.65%

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

R = 3.62%
G = 95.65%
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

#058401 (or 0x058401) is known color: Green. HEX triplet: 05, 84 and 01. RGB value is (5,132,1). Sum of RGB (Red+Green+Blue) = 5+132+1=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 132 (51.95% from 255 or 95.65% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 132 - color contains mainly: green. Hex color #058401 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058401 is #FA7BFE. Grayscale: #4F4F4F. Windows color (decimal): -16415743 or 99333. OLE color: 99333.

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

Color convert

RGB 5 132 1 -
CMYK 0.96 0 0.99 0.48
HSL 118.17º 0.98% 0.26% -
HSV(B) 118.17º 0.99% 0.52% -
XYZ 8.32 16.54 2.78 -
YUV 79.09 83.92 75.15 -
System Red Green Blue C M Y K H S L
Decimal 5 132 1 0.96 0 0.99 0.48 118.17 0.98 0.26
Hex 5 84 1 60 0 63 30 76 62 1A
Octal 5 204 1 140 0 143 60 166 142 32
Binary 101 10000100 1 1100000 0 1100011 110000 1110110 1100010 11010

Color Harmonies of #058401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058401

Black with #058401

Text Example


Text Example

White with #058401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058401; }

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

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

background-color css

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

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

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

border-color css

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

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

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