Html Css Color HEX #50540C Verdun Green

📋 copy color: '#50540C'

red 80 ◦ green 84 ◦ blue 12

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

Shades of Verdun Green #50540C

Tints of Verdun Green #50540C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.82%

R = 45.45%
G = 47.73%
B = 6.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#50540C (or 0x50540C) is known color: Verdun Green. HEX triplet: 50, 54 and 0C. RGB value is (80,84,12). Sum of RGB (Red+Green+Blue) = 80+84+12=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #50540C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50540C is #AFABF3. Grayscale: #4A4A4A. Windows color (decimal): -11512820 or 808016. OLE color: 808016.

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

Color convert

RGB 80 84 12 -
CMYK 0.05 0 0.86 0.67
HSL 63.33º 0.75% 0.19% -
HSV(B) 63.33º 0.86% 0.33% -
XYZ 6.54 8.07 1.56 -
YUV 74.6 92.67 131.85 -
System Red Green Blue C M Y K H S L
Decimal 80 84 12 0.05 0 0.86 0.67 63.33 0.75 0.19
Hex 50 54 C 5 0 56 43 3F 4B 13
Octal 120 124 14 5 0 126 103 77 113 23
Binary 1010000 1010100 1100 101 0 1010110 1000011 111111 1001011 10011

Color Harmonies of #50540C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50540C

Black with #50540C

Text Example


Text Example

White with #50540C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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