Html Css Color HEX #058503 Green

📋 copy color: '#058503'

red 5 ◦ green 133 ◦ blue 3

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

Shades of Green #058503

Tints of Green #058503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.13%

R = 3.55%
G = 94.33%
B = 2.13%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#058503 (or 0x058503) is known color: Green. HEX triplet: 05, 85 and 03. RGB value is (5,133,3). Sum of RGB (Red+Green+Blue) = 5+133+3=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 133 (52.34% from 255 or 94.33% from 141); Blue value is 3 (1.56% from 255 or 2.13% from 141); Max value from RGB is 133 - color contains mainly: green. Hex color #058503 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #058503 is #FA7AFC. Grayscale: #505050. Windows color (decimal): -16415485 or 230661. OLE color: 230661.

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

Color convert

RGB 5 133 3 -
CMYK 0.96 0 0.98 0.48
HSL 119.08º 0.96% 0.27% -
HSV(B) 119.08º 0.98% 0.52% -
XYZ 8.47 16.81 2.89 -
YUV 79.91 84.59 74.57 -
System Red Green Blue C M Y K H S L
Decimal 5 133 3 0.96 0 0.98 0.48 119.08 0.96 0.27
Hex 5 85 3 60 0 62 30 77 60 1B
Octal 5 205 3 140 0 142 60 167 140 33
Binary 101 10000101 11 1100000 0 1100010 110000 1110111 1100000 11011

Color Harmonies of #058503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #058503

Black with #058503

Text Example


Text Example

White with #058503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #058503; }

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

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

background-color css

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

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

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

border-color css

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

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

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