Html Css Color HEX #505103 Verdun Green

📋 copy color: '#505103'

red 80 ◦ green 81 ◦ blue 3

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

Shades of Verdun Green #505103

Tints of Verdun Green #505103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.83%

R = 48.78%
G = 49.39%
B = 1.83%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#505103 (or 0x505103) is known color: Verdun Green. HEX triplet: 50, 51 and 03. RGB value is (80,81,3). Sum of RGB (Red+Green+Blue) = 80+81+3=164 (21% of max value = 765). Red value is 80 (31.64% from 255 or 48.78% from 164); Green value is 81 (32.03% from 255 or 49.39% from 164); Blue value is 3 (1.56% from 255 or 1.83% from 164); Max value from RGB is 81 - color contains mainly: green. Hex color #505103 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505103 is #AFAEFC. Grayscale: #484848. Windows color (decimal): -11513597 or 217424. OLE color: 217424.

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

Color convert

RGB 80 81 3 -
CMYK 0.01 0 0.96 0.68
HSL 60.77º 0.93% 0.16% -
HSV(B) 60.77º 0.96% 0.32% -
XYZ 6.27 7.6 1.22 -
YUV 71.81 89.17 133.84 -
System Red Green Blue C M Y K H S L
Decimal 80 81 3 0.01 0 0.96 0.68 60.77 0.93 0.16
Hex 50 51 3 1 0 60 44 3D 5D 10
Octal 120 121 3 1 0 140 104 75 135 20
Binary 1010000 1010001 11 1 0 1100000 1000100 111101 1011101 10000

Color Harmonies of #505103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505103

Black with #505103

Text Example


Text Example

White with #505103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505103; }

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

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

background-color css

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

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

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

border-color css

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

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

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