Html Css Color HEX #506903 Verdun Green

📋 copy color: '#506903'

red 80 ◦ green 105 ◦ blue 3

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

Shades of Verdun Green #506903

Tints of Verdun Green #506903

RGB

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

 GREEN value IS 105 (41.41% from 255) = 55.85%

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

R = 42.55%
G = 55.85%
B = 1.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.59

RGB Variations

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

Color information

#506903 (or 0x506903) is known color: Verdun Green. HEX triplet: 50, 69 and 03. RGB value is (80,105,3). Sum of RGB (Red+Green+Blue) = 80+105+3=188 (24% of max value = 765). Red value is 80 (31.64% from 255 or 42.55% from 188); Green value is 105 (41.41% from 255 or 55.85% from 188); Blue value is 3 (1.56% from 255 or 1.60% from 188); Max value from RGB is 105 - color contains mainly: green. Hex color #506903 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506903 is #AF96FC. Grayscale: #565656. Windows color (decimal): -11507453 or 223568. OLE color: 223568.

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

Color convert

RGB 80 105 3 -
CMYK 0.24 0 0.97 0.59
HSL 74.71º 0.94% 0.21% -
HSV(B) 74.71º 0.97% 0.41% -
XYZ 8.38 11.82 1.93 -
YUV 85.9 81.22 123.79 -
System Red Green Blue C M Y K H S L
Decimal 80 105 3 0.24 0 0.97 0.59 74.71 0.94 0.21
Hex 50 69 3 18 0 61 3B 4B 5E 15
Octal 120 151 3 30 0 141 73 113 136 25
Binary 1010000 1101001 11 11000 0 1100001 111011 1001011 1011110 10101

Color Harmonies of #506903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506903

Black with #506903

Text Example


Text Example

White with #506903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506903; }

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

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

background-color css

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

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

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

border-color css

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

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

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