Html Css Color HEX #505105 Verdun Green

📋 copy color: '#505105'

red 80 ◦ green 81 ◦ blue 5

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

Shades of Verdun Green #505105

Tints of Verdun Green #505105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.01%

R = 48.19%
G = 48.8%
B = 3.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#505105 (or 0x505105) is known color: Verdun Green. HEX triplet: 50, 51 and 05. RGB value is (80,81,5). Sum of RGB (Red+Green+Blue) = 80+81+5=166 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.19% from 166); Green value is 81 (32.03% from 255 or 48.80% from 166); Blue value is 5 (2.34% from 255 or 3.01% from 166); Max value from RGB is 81 - color contains mainly: green. Hex color #505105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505105 is #AFAEFA. Grayscale: #484848. Windows color (decimal): -11513595 or 348496. OLE color: 348496.

HSL color Cylindrical-coordinate representation of color #505105: hue angle of 60.79º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #505105 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 80 81 5 -
CMYK 0.01 0 0.94 0.68
HSL 60.79º 0.88% 0.17% -
HSV(B) 60.79º 0.94% 0.32% -
XYZ 6.28 7.6 1.28 -
YUV 72.04 90.17 133.68 -
System Red Green Blue C M Y K H S L
Decimal 80 81 5 0.01 0 0.94 0.68 60.79 0.88 0.17
Hex 50 51 5 1 0 5E 44 3D 58 11
Octal 120 121 5 1 0 136 104 75 130 21
Binary 1010000 1010001 101 1 0 1011110 1000100 111101 1011000 10001

Color Harmonies of #505105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505105

Black with #505105

Text Example


Text Example

White with #505105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505105; }

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

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

background-color css

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

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

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

border-color css

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

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

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