Html Css Color HEX #506603 Verdun Green

📋 copy color: '#506603'

red 80 ◦ green 102 ◦ blue 3

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

Shades of Verdun Green #506603

Tints of Verdun Green #506603

RGB

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

 GREEN value IS 102 (40.23% from 255) = 55.14%

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

R = 43.24%
G = 55.14%
B = 1.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.6

RGB Variations

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

Color information

#506603 (or 0x506603) is known color: Verdun Green. HEX triplet: 50, 66 and 03. RGB value is (80,102,3). Sum of RGB (Red+Green+Blue) = 80+102+3=185 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.24% from 185); Green value is 102 (40.23% from 255 or 55.14% from 185); Blue value is 3 (1.56% from 255 or 1.62% from 185); Max value from RGB is 102 - color contains mainly: green. Hex color #506603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506603 is #AF99FC. Grayscale: #545454. Windows color (decimal): -11508221 or 222800. OLE color: 222800.

HSL color Cylindrical-coordinate representation of color #506603: hue angle of 73.33º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #506603 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.6.

Color convert

RGB 80 102 3 -
CMYK 0.22 0 0.97 0.6
HSL 73.33º 0.94% 0.21% -
HSV(B) 73.33º 0.97% 0.4% -
XYZ 8.08 11.21 1.83 -
YUV 84.14 82.21 125.05 -
System Red Green Blue C M Y K H S L
Decimal 80 102 3 0.22 0 0.97 0.6 73.33 0.94 0.21
Hex 50 66 3 16 0 61 3C 49 5E 15
Octal 120 146 3 26 0 141 74 111 136 25
Binary 1010000 1100110 11 10110 0 1100001 111100 1001001 1011110 10101

Color Harmonies of #506603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506603

Black with #506603

Text Example


Text Example

White with #506603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506603; }

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

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

background-color css

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

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

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

border-color css

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

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

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