Html Css Color HEX #50530E Verdun Green

📋 copy color: '#50530E'

red 80 ◦ green 83 ◦ blue 14

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

Shades of Verdun Green #50530E

Tints of Verdun Green #50530E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.91%

R = 45.2%
G = 46.89%
B = 7.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#50530E (or 0x50530E) is known color: Verdun Green. HEX triplet: 50, 53 and 0E. RGB value is (80,83,14). Sum of RGB (Red+Green+Blue) = 80+83+14=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 83 (32.81% from 255 or 46.89% from 177); Blue value is 14 (5.86% from 255 or 7.91% from 177); Max value from RGB is 83 - color contains mainly: green. Hex color #50530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50530E is #AFACF1. Grayscale: #4A4A4A. Windows color (decimal): -11513074 or 938832. OLE color: 938832.

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

Color convert

RGB 80 83 14 -
CMYK 0.04 0 0.83 0.67
HSL 62.61º 0.71% 0.19% -
HSV(B) 62.61º 0.83% 0.33% -
XYZ 6.48 7.92 1.6 -
YUV 74.24 94.01 132.11 -
System Red Green Blue C M Y K H S L
Decimal 80 83 14 0.04 0 0.83 0.67 62.61 0.71 0.19
Hex 50 53 E 4 0 53 43 3F 47 13
Octal 120 123 16 4 0 123 103 77 107 23
Binary 1010000 1010011 1110 100 0 1010011 1000011 111111 1000111 10011

Color Harmonies of #50530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50530E

Black with #50530E

Text Example


Text Example

White with #50530E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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