Html Css Color HEX #504802 Verdun Green

📋 copy color: '#504802'

red 80 ◦ green 72 ◦ blue 2

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

Shades of Verdun Green #504802

Tints of Verdun Green #504802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 46.75%

 BLUE value IS 2 (1.17% from 255) = 1.3%

R = 51.95%
G = 46.75%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#504802 (or 0x504802) is known color: Verdun Green. HEX triplet: 50, 48 and 02. RGB value is (80,72,2). Sum of RGB (Red+Green+Blue) = 80+72+2=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 72 (28.52% from 255 or 46.75% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #504802 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #504802 is #AFB7FD. Grayscale: #424242. Windows color (decimal): -11515902 or 149584. OLE color: 149584.

HSL color Cylindrical-coordinate representation of color #504802: hue angle of 53.85º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #504802 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 72 2 -
CMYK 0 0.10 0.98 0.69
HSL 53.85º 0.95% 0.16% -
HSV(B) 53.85º 0.98% 0.31% -
XYZ 5.64 6.34 0.98 -
YUV 66.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 80 72 2 0 0.10 0.98 0.69 53.85 0.95 0.16
Hex 50 48 2 0 A 62 45 36 5F 10
Octal 120 110 2 0 12 142 105 66 137 20
Binary 1010000 1001000 10 0 1010 1100010 1000101 110110 1011111 10000

Color Harmonies of #504802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504802

Black with #504802

Text Example


Text Example

White with #504802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504802; }

 p { color: rgb(80,72,2); }

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

background-color css

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

 a { background-color: rgb(80,72,2); }

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

border-color css

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

 span { border-color: rgb(80,72,2); }

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