Html Css Color HEX #504C07 Verdun Green

📋 copy color: '#504C07'

red 80 ◦ green 76 ◦ blue 7

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

Shades of Verdun Green #504C07

Tints of Verdun Green #504C07

RGB

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

 GREEN value IS 76 (30.08% from 255) = 46.63%

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

R = 49.08%
G = 46.63%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#504C07 (or 0x504C07) is known color: Verdun Green. HEX triplet: 50, 4C and 07. RGB value is (80,76,7). Sum of RGB (Red+Green+Blue) = 80+76+7=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 76 (30.08% from 255 or 46.63% from 163); Blue value is 7 (3.12% from 255 or 4.29% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #504C07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504C07 is #AFB3F8. Grayscale: #454545. Windows color (decimal): -11514873 or 478288. OLE color: 478288.

HSL color Cylindrical-coordinate representation of color #504C07: hue angle of 56.71º 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 #504C07 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 76 7 -
CMYK 0 0.05 0.91 0.69
HSL 56.71º 0.84% 0.17% -
HSV(B) 56.71º 0.91% 0.31% -
XYZ 5.93 6.89 1.22 -
YUV 69.33 92.83 135.61 -
System Red Green Blue C M Y K H S L
Decimal 80 76 7 0 0.05 0.91 0.69 56.71 0.84 0.17
Hex 50 4C 7 0 5 5B 45 39 54 11
Octal 120 114 7 0 5 133 105 71 124 21
Binary 1010000 1001100 111 0 101 1011011 1000101 111001 1010100 10001

Color Harmonies of #504C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504C07

Black with #504C07

Text Example


Text Example

White with #504C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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