Html Css Color HEX #50621D Verdun Green

📋 copy color: '#50621D'

red 80 ◦ green 98 ◦ blue 29

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

Shades of Verdun Green #50621D

Tints of Verdun Green #50621D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 47.34%

 BLUE value IS 29 (11.72% from 255) = 14.01%

R = 38.65%
G = 47.34%
B = 14.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#50621D (or 0x50621D) is known color: Verdun Green. HEX triplet: 50, 62 and 1D. RGB value is (80,98,29). Sum of RGB (Red+Green+Blue) = 80+98+29=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 98 (38.67% from 255 or 47.34% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 98 - color contains mainly: green. Hex color #50621D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #50621D is #AF9DE2. Grayscale: #555555. Windows color (decimal): -11509219 or 1925712. OLE color: 1925712.

HSL color Cylindrical-coordinate representation of color #50621D: hue angle of 75.65º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #50621D is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 98 29 -
CMYK 0.18 0 0.70 0.62
HSL 75.65º 0.54% 0.25% -
HSV(B) 75.65º 0.7% 0.38% -
XYZ 7.9 10.53 2.78 -
YUV 84.75 96.54 124.61 -
System Red Green Blue C M Y K H S L
Decimal 80 98 29 0.18 0 0.70 0.62 75.65 0.54 0.25
Hex 50 62 1D 12 0 46 3E 4C 36 19
Octal 120 142 35 22 0 106 76 114 66 31
Binary 1010000 1100010 11101 10010 0 1000110 111110 1001100 110110 11001

Color Harmonies of #50621D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50621D

Black with #50621D

Text Example


Text Example

White with #50621D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,98,29); }

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

background-color css

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

 a { background-color: rgb(80,98,29); }

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

border-color css

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

 span { border-color: rgb(80,98,29); }

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