Html Css Color HEX #50530A Verdun Green

📋 copy color: '#50530A'

red 80 ◦ green 83 ◦ blue 10

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

Shades of Verdun Green #50530A

Tints of Verdun Green #50530A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.78%

R = 46.24%
G = 47.98%
B = 5.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#50530A (or 0x50530A) is known color: Verdun Green. HEX triplet: 50, 53 and 0A. RGB value is (80,83,10). Sum of RGB (Red+Green+Blue) = 80+83+10=173 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.24% from 173); Green value is 83 (32.81% from 255 or 47.98% from 173); Blue value is 10 (4.30% from 255 or 5.78% from 173); Max value from RGB is 83 - color contains mainly: green. Hex color #50530A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50530A is #AFACF5. Grayscale: #4A4A4A. Windows color (decimal): -11513078 or 676688. OLE color: 676688.

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

Color convert

RGB 80 83 10 -
CMYK 0.04 0 0.88 0.67
HSL 62.47º 0.78% 0.18% -
HSV(B) 62.47º 0.88% 0.33% -
XYZ 6.46 7.91 1.47 -
YUV 73.78 92.01 132.44 -
System Red Green Blue C M Y K H S L
Decimal 80 83 10 0.04 0 0.88 0.67 62.47 0.78 0.18
Hex 50 53 A 4 0 58 43 3E 4E 12
Octal 120 123 12 4 0 130 103 76 116 22
Binary 1010000 1010011 1010 100 0 1011000 1000011 111110 1001110 10010

Color Harmonies of #50530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50530A

Black with #50530A

Text Example


Text Example

White with #50530A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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