Html Css Color HEX #50530B Verdun Green

📋 copy color: '#50530B'

red 80 ◦ green 83 ◦ blue 11

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

Shades of Verdun Green #50530B

Tints of Verdun Green #50530B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.32%

R = 45.98%
G = 47.7%
B = 6.32%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#50530B (or 0x50530B) is known color: Verdun Green. HEX triplet: 50, 53 and 0B. RGB value is (80,83,11). Sum of RGB (Red+Green+Blue) = 80+83+11=174 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.98% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #50530B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50530B is #AFACF4. Grayscale: #4A4A4A. Windows color (decimal): -11513077 or 742224. OLE color: 742224.

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

Color convert

RGB 80 83 11 -
CMYK 0.04 0 0.87 0.67
HSL 62.5º 0.77% 0.18% -
HSV(B) 62.5º 0.87% 0.33% -
XYZ 6.46 7.92 1.5 -
YUV 73.9 92.51 132.35 -
System Red Green Blue C M Y K H S L
Decimal 80 83 11 0.04 0 0.87 0.67 62.5 0.77 0.18
Hex 50 53 B 4 0 57 43 3F 4D 12
Octal 120 123 13 4 0 127 103 77 115 22
Binary 1010000 1010011 1011 100 0 1010111 1000011 111111 1001101 10010

Color Harmonies of #50530B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50530B

Black with #50530B

Text Example


Text Example

White with #50530B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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