Html Css Color HEX #058504 Green

📋 copy color: '#058504'

red 5 ◦ green 133 ◦ blue 4

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

Shades of Green #058504

Tints of Green #058504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.82%

R = 3.52%
G = 93.66%
B = 2.82%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#058504 (or 0x058504) is known color: Green. HEX triplet: 05, 85 and 04. RGB value is (5,133,4). Sum of RGB (Red+Green+Blue) = 5+133+4=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 133 (52.34% from 255 or 93.66% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 133 - color contains mainly: green. Hex color #058504 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058504 is #FA7AFB. Grayscale: #505050. Windows color (decimal): -16415484 or 296197. OLE color: 296197.

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

Color convert

RGB 5 133 4 -
CMYK 0.96 0 0.97 0.48
HSL 119.53º 0.94% 0.27% -
HSV(B) 119.53º 0.97% 0.52% -
XYZ 8.47 16.82 2.91 -
YUV 80.02 85.09 74.49 -
System Red Green Blue C M Y K H S L
Decimal 5 133 4 0.96 0 0.97 0.48 119.53 0.94 0.27
Hex 5 85 4 60 0 61 30 78 5E 1B
Octal 5 205 4 140 0 141 60 170 136 33
Binary 101 10000101 100 1100000 0 1100001 110000 1111000 1011110 11011

Color Harmonies of #058504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058504

Black with #058504

Text Example


Text Example

White with #058504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058504; }

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

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

background-color css

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

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

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

border-color css

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

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

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