Html Css Color HEX #058814 Green

📋 copy color: '#058814'

red 5 ◦ green 136 ◦ blue 20

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

Shades of Green #058814

Tints of Green #058814

RGB

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

 GREEN value IS 136 (53.52% from 255) = 84.47%

 BLUE value IS 20 (8.2% from 255) = 12.42%

R = 3.11%
G = 84.47%
B = 12.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#058814 (or 0x058814) is known color: Green. HEX triplet: 05, 88 and 14. RGB value is (5,136,20). Sum of RGB (Red+Green+Blue) = 5+136+20=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 136 (53.52% from 255 or 84.47% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 136 - color contains mainly: green. Hex color #058814 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058814 is #FA77EB. Grayscale: #535353. Windows color (decimal): -16414700 or 1345541. OLE color: 1345541.

HSL color Cylindrical-coordinate representation of color #058814: hue angle of 126.87º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058814 is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 136 20 -
CMYK 0.96 0 0.85 0.47
HSL 126.87º 0.93% 0.28% -
HSV(B) 126.87º 0.96% 0.53% -
XYZ 8.99 17.69 3.6 -
YUV 83.61 92.1 71.93 -
System Red Green Blue C M Y K H S L
Decimal 5 136 20 0.96 0 0.85 0.47 126.87 0.93 0.28
Hex 5 88 14 60 0 55 2F 7F 5D 1C
Octal 5 210 24 140 0 125 57 177 135 34
Binary 101 10001000 10100 1100000 0 1010101 101111 1111111 1011101 11100

Color Harmonies of #058814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058814

Black with #058814

Text Example


Text Example

White with #058814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058814; }

 p { color: rgb(5,136,20); }

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

background-color css

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

 a { background-color: rgb(5,136,20); }

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

border-color css

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

 span { border-color: rgb(5,136,20); }

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