Html Css Color HEX #506C03 Verdun Green

📋 copy color: '#506C03'

red 80 ◦ green 108 ◦ blue 3

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

Shades of Verdun Green #506C03

Tints of Verdun Green #506C03

RGB

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

 GREEN value IS 108 (42.58% from 255) = 56.54%

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

R = 41.88%
G = 56.54%
B = 1.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.58

RGB Variations

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

Color information

#506C03 (or 0x506C03) is known color: Verdun Green. HEX triplet: 50, 6C and 03. RGB value is (80,108,3). Sum of RGB (Red+Green+Blue) = 80+108+3=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 108 (42.58% from 255 or 56.54% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 108 - color contains mainly: green. Hex color #506C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506C03 is #AF93FC. Grayscale: #585858. Windows color (decimal): -11506685 or 224336. OLE color: 224336.

HSL color Cylindrical-coordinate representation of color #506C03: hue angle of 76º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #506C03 is Cyan = 0.26, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 108 3 -
CMYK 0.26 0 0.97 0.58
HSL 76º 0.95% 0.22% -
HSV(B) 76º 0.97% 0.42% -
XYZ 8.69 12.44 2.03 -
YUV 87.66 80.22 122.54 -
System Red Green Blue C M Y K H S L
Decimal 80 108 3 0.26 0 0.97 0.58 76 0.95 0.22
Hex 50 6C 3 1A 0 61 3A 4C 5F 16
Octal 120 154 3 32 0 141 72 114 137 26
Binary 1010000 1101100 11 11010 0 1100001 111010 1001100 1011111 10110

Color Harmonies of #506C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C03

Black with #506C03

Text Example


Text Example

White with #506C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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