Html Css Color HEX #506604 Verdun Green

📋 copy color: '#506604'

red 80 ◦ green 102 ◦ blue 4

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

Shades of Verdun Green #506604

Tints of Verdun Green #506604

RGB

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

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

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

R = 43.01%
G = 54.84%
B = 2.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.6

RGB Variations

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

Color information

#506604 (or 0x506604) is known color: Verdun Green. HEX triplet: 50, 66 and 04. RGB value is (80,102,4). Sum of RGB (Red+Green+Blue) = 80+102+4=186 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.01% from 186); Green value is 102 (40.23% from 255 or 54.84% from 186); Blue value is 4 (1.95% from 255 or 2.15% from 186); Max value from RGB is 102 - color contains mainly: green. Hex color #506604 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506604 is #AF99FB. Grayscale: #545454. Windows color (decimal): -11508220 or 288336. OLE color: 288336.

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

Color convert

RGB 80 102 4 -
CMYK 0.22 0 0.96 0.6
HSL 73.47º 0.92% 0.21% -
HSV(B) 73.47º 0.96% 0.4% -
XYZ 8.08 11.22 1.85 -
YUV 84.25 82.71 124.97 -
System Red Green Blue C M Y K H S L
Decimal 80 102 4 0.22 0 0.96 0.6 73.47 0.92 0.21
Hex 50 66 4 16 0 60 3C 49 5C 15
Octal 120 146 4 26 0 140 74 111 134 25
Binary 1010000 1100110 100 10110 0 1100000 111100 1001001 1011100 10101

Color Harmonies of #506604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506604

Black with #506604

Text Example


Text Example

White with #506604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506604; }

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

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

background-color css

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

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

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

border-color css

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

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

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