Html Css Color HEX #50540D Verdun Green

📋 copy color: '#50540D'

red 80 ◦ green 84 ◦ blue 13

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

Shades of Verdun Green #50540D

Tints of Verdun Green #50540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.46%

 BLUE value IS 13 (5.47% from 255) = 7.34%

R = 45.2%
G = 47.46%
B = 7.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#50540D (or 0x50540D) is known color: Verdun Green. HEX triplet: 50, 54 and 0D. RGB value is (80,84,13). Sum of RGB (Red+Green+Blue) = 80+84+13=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 84 (33.20% from 255 or 47.46% from 177); Blue value is 13 (5.47% from 255 or 7.34% from 177); Max value from RGB is 84 - color contains mainly: green. Hex color #50540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50540D is #AFABF2. Grayscale: #4A4A4A. Windows color (decimal): -11512819 or 873552. OLE color: 873552.

HSL color Cylindrical-coordinate representation of color #50540D: hue angle of 63.38º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50540D is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 80 84 13 -
CMYK 0.05 0 0.85 0.67
HSL 63.38º 0.73% 0.19% -
HSV(B) 63.38º 0.85% 0.33% -
XYZ 6.55 8.08 1.59 -
YUV 74.71 93.17 131.77 -
System Red Green Blue C M Y K H S L
Decimal 80 84 13 0.05 0 0.85 0.67 63.38 0.73 0.19
Hex 50 54 D 5 0 55 43 3F 49 13
Octal 120 124 15 5 0 125 103 77 111 23
Binary 1010000 1010100 1101 101 0 1010101 1000011 111111 1001001 10011

Color Harmonies of #50540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50540D

Black with #50540D

Text Example


Text Example

White with #50540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50540D; }

 p { color: rgb(80,84,13); }

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

background-color css

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

 a { background-color: rgb(80,84,13); }

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

border-color css

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

 span { border-color: rgb(80,84,13); }

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