Html Css Color HEX #505304 Verdun Green

📋 copy color: '#505304'

red 80 ◦ green 83 ◦ blue 4

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

Shades of Verdun Green #505304

Tints of Verdun Green #505304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.7%

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

R = 47.9%
G = 49.7%
B = 2.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#505304 (or 0x505304) is known color: Verdun Green. HEX triplet: 50, 53 and 04. RGB value is (80,83,4). Sum of RGB (Red+Green+Blue) = 80+83+4=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 83 (32.81% from 255 or 49.70% from 167); Blue value is 4 (1.95% from 255 or 2.40% from 167); Max value from RGB is 83 - color contains mainly: green. Hex color #505304 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505304 is #AFACFB. Grayscale: #494949. Windows color (decimal): -11513084 or 283472. OLE color: 283472.

HSL color Cylindrical-coordinate representation of color #505304: hue angle of 62.28º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #505304 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 83 4 -
CMYK 0.04 0 0.95 0.67
HSL 62.28º 0.91% 0.17% -
HSV(B) 62.28º 0.95% 0.33% -
XYZ 6.42 7.9 1.3 -
YUV 73.1 89.01 132.92 -
System Red Green Blue C M Y K H S L
Decimal 80 83 4 0.04 0 0.95 0.67 62.28 0.91 0.17
Hex 50 53 4 4 0 5F 43 3E 5B 11
Octal 120 123 4 4 0 137 103 76 133 21
Binary 1010000 1010011 100 100 0 1011111 1000011 111110 1011011 10001

Color Harmonies of #505304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505304

Black with #505304

Text Example


Text Example

White with #505304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505304; }

 p { color: rgb(80,83,4); }

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

background-color css

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

 a { background-color: rgb(80,83,4); }

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

border-color css

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

 span { border-color: rgb(80,83,4); }

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