Html Css Color HEX #50510F Verdun Green

📋 copy color: '#50510F'

red 80 ◦ green 81 ◦ blue 15

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

Shades of Verdun Green #50510F

Tints of Verdun Green #50510F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 46.02%

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

R = 45.45%
G = 46.02%
B = 8.52%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.68

RGB Variations

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

Color information

#50510F (or 0x50510F) is known color: Verdun Green. HEX triplet: 50, 51 and 0F. RGB value is (80,81,15). Sum of RGB (Red+Green+Blue) = 80+81+15=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 81 (32.03% from 255 or 46.02% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 81 - color contains mainly: green. Hex color #50510F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50510F is #AFAEF0. Grayscale: #494949. Windows color (decimal): -11513585 or 1003856. OLE color: 1003856.

HSL color Cylindrical-coordinate representation of color #50510F: hue angle of 60.91º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50510F is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 81 15 -
CMYK 0.01 0 0.81 0.68
HSL 60.91º 0.69% 0.19% -
HSV(B) 60.91º 0.81% 0.32% -
XYZ 6.34 7.62 1.59 -
YUV 73.18 95.17 132.87 -
System Red Green Blue C M Y K H S L
Decimal 80 81 15 0.01 0 0.81 0.68 60.91 0.69 0.19
Hex 50 51 F 1 0 51 44 3D 45 13
Octal 120 121 17 1 0 121 104 75 105 23
Binary 1010000 1010001 1111 1 0 1010001 1000100 111101 1000101 10011

Color Harmonies of #50510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50510F

Black with #50510F

Text Example


Text Example

White with #50510F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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