Html Css Color HEX #504F09 Verdun Green

📋 copy color: '#504F09'

red 80 ◦ green 79 ◦ blue 9

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

Shades of Verdun Green #504F09

Tints of Verdun Green #504F09

RGB

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

 GREEN value IS 79 (31.25% from 255) = 47.02%

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

R = 47.62%
G = 47.02%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.89

 K value IS 0.69

RGB Variations

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

Color information

#504F09 (or 0x504F09) is known color: Verdun Green. HEX triplet: 50, 4F and 09. RGB value is (80,79,9). Sum of RGB (Red+Green+Blue) = 80+79+9=168 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.62% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 9 (3.91% from 255 or 5.36% from 168); Max value from RGB is 80 - color contains mainly: red. Hex color #504F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #504F09 is #AFB0F6. Grayscale: #474747. Windows color (decimal): -11514103 or 610128. OLE color: 610128.

HSL color Cylindrical-coordinate representation of color #504F09: hue angle of 59.15º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #504F09 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 79 9 -
CMYK 0 0.01 0.89 0.69
HSL 59.15º 0.8% 0.17% -
HSV(B) 59.15º 0.89% 0.31% -
XYZ 6.15 7.32 1.35 -
YUV 71.32 92.83 134.19 -
System Red Green Blue C M Y K H S L
Decimal 80 79 9 0 0.01 0.89 0.69 59.15 0.8 0.17
Hex 50 4F 9 0 1 59 45 3B 50 11
Octal 120 117 11 0 1 131 105 73 120 21
Binary 1010000 1001111 1001 0 1 1011001 1000101 111011 1010000 10001

Color Harmonies of #504F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504F09

Black with #504F09

Text Example


Text Example

White with #504F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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