Html Css Color HEX #50500F Verdun Green

📋 copy color: '#50500F'

red 80 ◦ green 80 ◦ blue 15

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

Shades of Verdun Green #50500F

Tints of Verdun Green #50500F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.71%

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

R = 45.71%
G = 45.71%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#50500F (or 0x50500F) is known color: Verdun Green. HEX triplet: 50, 50 and 0F. RGB value is (80,80,15). Sum of RGB (Red+Green+Blue) = 80+80+15=175 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.71% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 80 - color contains mainly: red, green. Hex color #50500F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50500F is #AFAFF0. Grayscale: #484848. Windows color (decimal): -11513841 or 1003600. OLE color: 1003600.

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

Color convert

RGB 80 80 15 -
CMYK 0 0 0.81 0.69
HSL 60º 0.68% 0.19% -
HSV(B) 60º 0.81% 0.31% -
XYZ 6.26 7.48 1.57 -
YUV 72.59 95.5 133.29 -
System Red Green Blue C M Y K H S L
Decimal 80 80 15 0 0 0.81 0.69 60 0.68 0.19
Hex 50 50 F 0 0 51 45 3C 44 13
Octal 120 120 17 0 0 121 105 74 104 23
Binary 1010000 1010000 1111 0 0 1010001 1000101 111100 1000100 10011

Color Harmonies of #50500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50500F

Black with #50500F

Text Example


Text Example

White with #50500F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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