Html Css Color HEX #506C04 Verdun Green

📋 copy color: '#506C04'

red 80 ◦ green 108 ◦ blue 4

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

Shades of Verdun Green #506C04

Tints of Verdun Green #506C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.08%

R = 41.67%
G = 56.25%
B = 2.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.96

 K value IS 0.58

RGB Variations

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

Color information

#506C04 (or 0x506C04) is known color: Verdun Green. HEX triplet: 50, 6C and 04. RGB value is (80,108,4). Sum of RGB (Red+Green+Blue) = 80+108+4=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 108 (42.58% from 255 or 56.25% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 108 - color contains mainly: green. Hex color #506C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506C04 is #AF93FB. Grayscale: #585858. Windows color (decimal): -11506684 or 289872. OLE color: 289872.

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

Color convert

RGB 80 108 4 -
CMYK 0.26 0 0.96 0.58
HSL 76.15º 0.93% 0.22% -
HSV(B) 76.15º 0.96% 0.42% -
XYZ 8.69 12.44 2.06 -
YUV 87.77 80.72 122.46 -
System Red Green Blue C M Y K H S L
Decimal 80 108 4 0.26 0 0.96 0.58 76.15 0.93 0.22
Hex 50 6C 4 1A 0 60 3A 4C 5D 16
Octal 120 154 4 32 0 140 72 114 135 26
Binary 1010000 1101100 100 11010 0 1100000 111010 1001100 1011101 10110

Color Harmonies of #506C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506C04

Black with #506C04

Text Example


Text Example

White with #506C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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