Html Css Color HEX #50540F Verdun Green

📋 copy color: '#50540F'

red 80 ◦ green 84 ◦ blue 15

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

Shades of Verdun Green #50540F

Tints of Verdun Green #50540F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.38%

R = 44.69%
G = 46.93%
B = 8.38%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#50540F (or 0x50540F) is known color: Verdun Green. HEX triplet: 50, 54 and 0F. RGB value is (80,84,15). Sum of RGB (Red+Green+Blue) = 80+84+15=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 84 (33.20% from 255 or 46.93% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 84 - color contains mainly: green. Hex color #50540F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50540F is #AFABF0. Grayscale: #4B4B4B. Windows color (decimal): -11512817 or 1004624. OLE color: 1004624.

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

Color convert

RGB 80 84 15 -
CMYK 0.05 0 0.82 0.67
HSL 63.48º 0.7% 0.19% -
HSV(B) 63.48º 0.82% 0.33% -
XYZ 6.56 8.08 1.67 -
YUV 74.94 94.17 131.61 -
System Red Green Blue C M Y K H S L
Decimal 80 84 15 0.05 0 0.82 0.67 63.48 0.7 0.19
Hex 50 54 F 5 0 52 43 3F 46 13
Octal 120 124 17 5 0 122 103 77 106 23
Binary 1010000 1010100 1111 101 0 1010010 1000011 111111 1000110 10011

Color Harmonies of #50540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50540F

Black with #50540F

Text Example


Text Example

White with #50540F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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