Html Css Color HEX #504A07 Verdun Green

📋 copy color: '#504A07'

red 80 ◦ green 74 ◦ blue 7

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

Shades of Verdun Green #504A07

Tints of Verdun Green #504A07

RGB

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

 GREEN value IS 74 (29.3% from 255) = 45.96%

 BLUE value IS 7 (3.13% from 255) = 4.35%

R = 49.69%
G = 45.96%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#504A07 (or 0x504A07) is known color: Verdun Green. HEX triplet: 50, 4A and 07. RGB value is (80,74,7). Sum of RGB (Red+Green+Blue) = 80+74+7=161 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.69% from 161); Green value is 74 (29.30% from 255 or 45.96% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 80 - color contains mainly: red. Hex color #504A07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504A07 is #AFB5F8. Grayscale: #444444. Windows color (decimal): -11515385 or 477776. OLE color: 477776.

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

Color convert

RGB 80 74 7 -
CMYK 0 0.08 0.91 0.69
HSL 55.07º 0.84% 0.17% -
HSV(B) 55.07º 0.91% 0.31% -
XYZ 5.8 6.62 1.17 -
YUV 68.16 93.49 136.45 -
System Red Green Blue C M Y K H S L
Decimal 80 74 7 0 0.08 0.91 0.69 55.07 0.84 0.17
Hex 50 4A 7 0 8 5B 45 37 54 11
Octal 120 112 7 0 10 133 105 67 124 21
Binary 1010000 1001010 111 0 1000 1011011 1000101 110111 1010100 10001

Color Harmonies of #504A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504A07

Black with #504A07

Text Example


Text Example

White with #504A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,74,7); }

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

background-color css

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

 a { background-color: rgb(80,74,7); }

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

border-color css

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

 span { border-color: rgb(80,74,7); }

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