Html Css Color HEX #505D02 Verdun Green

📋 copy color: '#505D02'

red 80 ◦ green 93 ◦ blue 2

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

Shades of Verdun Green #505D02

Tints of Verdun Green #505D02

RGB

 RED value IS 80 (31.64% from 255) = 45.71%

 GREEN value IS 93 (36.72% from 255) = 53.14%

 BLUE value IS 2 (1.17% from 255) = 1.14%

R = 45.71%
G = 53.14%
B = 1.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#505D02 (or 0x505D02) is known color: Verdun Green. HEX triplet: 50, 5D and 02. RGB value is (80,93,2). Sum of RGB (Red+Green+Blue) = 80+93+2=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #505D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505D02 is #AFA2FD. Grayscale: #4F4F4F. Windows color (decimal): -11510526 or 154960. OLE color: 154960.

HSL color Cylindrical-coordinate representation of color #505D02: hue angle of 68.57º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #505D02 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB 80 93 2 -
CMYK 0.14 0 0.98 0.64
HSL 68.57º 0.96% 0.19% -
HSV(B) 68.57º 0.98% 0.36% -
XYZ 7.23 9.54 1.52 -
YUV 78.74 84.69 128.9 -
System Red Green Blue C M Y K H S L
Decimal 80 93 2 0.14 0 0.98 0.64 68.57 0.96 0.19
Hex 50 5D 2 E 0 62 40 45 60 13
Octal 120 135 2 16 0 142 100 105 140 23
Binary 1010000 1011101 10 1110 0 1100010 1000000 1000101 1100000 10011

Color Harmonies of #505D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505D02

Black with #505D02

Text Example


Text Example

White with #505D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505D02; }

 p { color: rgb(80,93,2); }

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

background-color css

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

 a { background-color: rgb(80,93,2); }

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

border-color css

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

 span { border-color: rgb(80,93,2); }

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