Html Css Color HEX #505409 Verdun Green

📋 copy color: '#505409'

red 80 ◦ green 84 ◦ blue 9

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

Shades of Verdun Green #505409

Tints of Verdun Green #505409

RGB

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

 GREEN value IS 84 (33.2% from 255) = 48.55%

 BLUE value IS 9 (3.91% from 255) = 5.2%

R = 46.24%
G = 48.55%
B = 5.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#505409 (or 0x505409) is known color: Verdun Green. HEX triplet: 50, 54 and 09. RGB value is (80,84,9). Sum of RGB (Red+Green+Blue) = 80+84+9=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 9 (3.91% from 255 or 5.20% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #505409 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505409 is #AFABF6. Grayscale: #4A4A4A. Windows color (decimal): -11512823 or 611408. OLE color: 611408.

HSL color Cylindrical-coordinate representation of color #505409: hue angle of 63.2º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #505409 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 84 9 -
CMYK 0.05 0 0.89 0.67
HSL 63.2º 0.81% 0.18% -
HSV(B) 63.2º 0.89% 0.33% -
XYZ 6.53 8.07 1.47 -
YUV 74.25 91.17 132.1 -
System Red Green Blue C M Y K H S L
Decimal 80 84 9 0.05 0 0.89 0.67 63.2 0.81 0.18
Hex 50 54 9 5 0 59 43 3F 51 12
Octal 120 124 11 5 0 131 103 77 121 22
Binary 1010000 1010100 1001 101 0 1011001 1000011 111111 1010001 10010

Color Harmonies of #505409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505409

Black with #505409

Text Example


Text Example

White with #505409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505409; }

 p { color: rgb(80,84,9); }

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

background-color css

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

 a { background-color: rgb(80,84,9); }

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

border-color css

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

 span { border-color: rgb(80,84,9); }

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