Html Css Color HEX #50530D Verdun Green

📋 copy color: '#50530D'

red 80 ◦ green 83 ◦ blue 13

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

Shades of Verdun Green #50530D

Tints of Verdun Green #50530D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 47.16%

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

R = 45.45%
G = 47.16%
B = 7.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#50530D (or 0x50530D) is known color: Verdun Green. HEX triplet: 50, 53 and 0D. RGB value is (80,83,13). Sum of RGB (Red+Green+Blue) = 80+83+13=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #50530D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50530D is #AFACF2. Grayscale: #4A4A4A. Windows color (decimal): -11513075 or 873296. OLE color: 873296.

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

Color convert

RGB 80 83 13 -
CMYK 0.04 0 0.84 0.67
HSL 62.57º 0.73% 0.19% -
HSV(B) 62.57º 0.84% 0.33% -
XYZ 6.47 7.92 1.57 -
YUV 74.12 93.51 132.19 -
System Red Green Blue C M Y K H S L
Decimal 80 83 13 0.04 0 0.84 0.67 62.57 0.73 0.19
Hex 50 53 D 4 0 54 43 3F 49 13
Octal 120 123 15 4 0 124 103 77 111 23
Binary 1010000 1010011 1101 100 0 1010100 1000011 111111 1001001 10011

Color Harmonies of #50530D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50530D

Black with #50530D

Text Example


Text Example

White with #50530D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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