Html Css Color HEX #058411 Green

📋 copy color: '#058411'

red 5 ◦ green 132 ◦ blue 17

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

Shades of Green #058411

Tints of Green #058411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.04%

R = 3.25%
G = 85.71%
B = 11.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#058411 (or 0x058411) is known color: Green. HEX triplet: 05, 84 and 11. RGB value is (5,132,17). Sum of RGB (Red+Green+Blue) = 5+132+17=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 132 (51.95% from 255 or 85.71% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 132 - color contains mainly: green. Hex color #058411 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058411 is #FA7BEE. Grayscale: #515151. Windows color (decimal): -16415727 or 1147909. OLE color: 1147909.

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

Color convert

RGB 5 132 17 -
CMYK 0.96 0 0.87 0.48
HSL 125.67º 0.93% 0.27% -
HSV(B) 125.67º 0.96% 0.52% -
XYZ 8.42 16.58 3.29 -
YUV 80.92 91.92 73.85 -
System Red Green Blue C M Y K H S L
Decimal 5 132 17 0.96 0 0.87 0.48 125.67 0.93 0.27
Hex 5 84 11 60 0 57 30 7E 5D 1B
Octal 5 204 21 140 0 127 60 176 135 33
Binary 101 10000100 10001 1100000 0 1010111 110000 1111110 1011101 11011

Color Harmonies of #058411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058411

Black with #058411

Text Example


Text Example

White with #058411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058411; }

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

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

background-color css

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

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

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

border-color css

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

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

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