Html Css Color HEX #50530F Verdun Green

📋 copy color: '#50530F'

red 80 ◦ green 83 ◦ blue 15

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

Shades of Verdun Green #50530F

Tints of Verdun Green #50530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.43%

R = 44.94%
G = 46.63%
B = 8.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#50530F (or 0x50530F) is known color: Verdun Green. HEX triplet: 50, 53 and 0F. RGB value is (80,83,15). Sum of RGB (Red+Green+Blue) = 80+83+15=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 15 (6.25% from 255 or 8.43% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #50530F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50530F is #AFACF0. Grayscale: #4A4A4A. Windows color (decimal): -11513073 or 1004368. OLE color: 1004368.

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

Color convert

RGB 80 83 15 -
CMYK 0.04 0 0.82 0.67
HSL 62.65º 0.69% 0.19% -
HSV(B) 62.65º 0.82% 0.33% -
XYZ 6.49 7.93 1.64 -
YUV 74.35 94.51 132.03 -
System Red Green Blue C M Y K H S L
Decimal 80 83 15 0.04 0 0.82 0.67 62.65 0.69 0.19
Hex 50 53 F 4 0 52 43 3F 45 13
Octal 120 123 17 4 0 122 103 77 105 23
Binary 1010000 1010011 1111 100 0 1010010 1000011 111111 1000101 10011

Color Harmonies of #50530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50530F

Black with #50530F

Text Example


Text Example

White with #50530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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