Html Css Color HEX #058506 Green

📋 copy color: '#058506'

red 5 ◦ green 133 ◦ blue 6

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

Shades of Green #058506

Tints of Green #058506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.17%

R = 3.47%
G = 92.36%
B = 4.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#058506 (or 0x058506) is known color: Green. HEX triplet: 05, 85 and 06. RGB value is (5,133,6). Sum of RGB (Red+Green+Blue) = 5+133+6=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 133 (52.34% from 255 or 92.36% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 133 - color contains mainly: green. Hex color #058506 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058506 is #FA7AF9. Grayscale: #505050. Windows color (decimal): -16415482 or 427269. OLE color: 427269.

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

Color convert

RGB 5 133 6 -
CMYK 0.96 0 0.95 0.48
HSL 120.47º 0.93% 0.27% -
HSV(B) 120.47º 0.96% 0.52% -
XYZ 8.48 16.82 2.97 -
YUV 80.25 86.09 74.33 -
System Red Green Blue C M Y K H S L
Decimal 5 133 6 0.96 0 0.95 0.48 120.47 0.93 0.27
Hex 5 85 6 60 0 5F 30 78 5D 1B
Octal 5 205 6 140 0 137 60 170 135 33
Binary 101 10000101 110 1100000 0 1011111 110000 1111000 1011101 11011

Color Harmonies of #058506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058506

Black with #058506

Text Example


Text Example

White with #058506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058506; }

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

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

background-color css

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

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

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

border-color css

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

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

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