Html Css Color HEX #505603 Verdun Green

📋 copy color: '#505603'

red 80 ◦ green 86 ◦ blue 3

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

Shades of Verdun Green #505603

Tints of Verdun Green #505603

RGB

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

 GREEN value IS 86 (33.98% from 255) = 50.89%

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

R = 47.34%
G = 50.89%
B = 1.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#505603 (or 0x505603) is known color: Verdun Green. HEX triplet: 50, 56 and 03. RGB value is (80,86,3). Sum of RGB (Red+Green+Blue) = 80+86+3=169 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.34% from 169); Green value is 86 (33.98% from 255 or 50.89% from 169); Blue value is 3 (1.56% from 255 or 1.78% from 169); Max value from RGB is 86 - color contains mainly: green. Hex color #505603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #505603 is #AFA9FC. Grayscale: #4B4B4B. Windows color (decimal): -11512317 or 218704. OLE color: 218704.

HSL color Cylindrical-coordinate representation of color #505603: hue angle of 64.34º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #505603 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB 80 86 3 -
CMYK 0.07 0 0.97 0.66
HSL 64.34º 0.93% 0.17% -
HSV(B) 64.34º 0.97% 0.34% -
XYZ 6.65 8.37 1.35 -
YUV 74.74 87.51 131.75 -
System Red Green Blue C M Y K H S L
Decimal 80 86 3 0.07 0 0.97 0.66 64.34 0.93 0.17
Hex 50 56 3 7 0 61 42 40 5D 11
Octal 120 126 3 7 0 141 102 100 135 21
Binary 1010000 1010110 11 111 0 1100001 1000010 1000000 1011101 10001

Color Harmonies of #505603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505603

Black with #505603

Text Example


Text Example

White with #505603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505603; }

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

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

background-color css

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

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

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

border-color css

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

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

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