Html Css Color HEX #504C08 Verdun Green

📋 copy color: '#504C08'

red 80 ◦ green 76 ◦ blue 8

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

Shades of Verdun Green #504C08

Tints of Verdun Green #504C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.88%

R = 48.78%
G = 46.34%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.69

RGB Variations

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

Color information

#504C08 (or 0x504C08) is known color: Verdun Green. HEX triplet: 50, 4C and 08. RGB value is (80,76,8). Sum of RGB (Red+Green+Blue) = 80+76+8=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 76 (30.08% from 255 or 46.34% from 164); Blue value is 8 (3.52% from 255 or 4.88% from 164); Max value from RGB is 80 - color contains mainly: red. Hex color #504C08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504C08 is #AFB3F7. Grayscale: #454545. Windows color (decimal): -11514872 or 543824. OLE color: 543824.

HSL color Cylindrical-coordinate representation of color #504C08: hue angle of 56.67º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #504C08 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 76 8 -
CMYK 0 0.05 0.90 0.69
HSL 56.67º 0.82% 0.17% -
HSV(B) 56.67º 0.9% 0.31% -
XYZ 5.94 6.89 1.25 -
YUV 69.44 93.33 135.53 -
System Red Green Blue C M Y K H S L
Decimal 80 76 8 0 0.05 0.90 0.69 56.67 0.82 0.17
Hex 50 4C 8 0 5 5A 45 39 52 11
Octal 120 114 10 0 5 132 105 71 122 21
Binary 1010000 1001100 1000 0 101 1011010 1000101 111001 1010010 10001

Color Harmonies of #504C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504C08

Black with #504C08

Text Example


Text Example

White with #504C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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