Html Css Color HEX #506318 Verdun Green

📋 copy color: '#506318'

red 80 ◦ green 99 ◦ blue 24

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

Shades of Verdun Green #506318

Tints of Verdun Green #506318

RGB

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

 GREEN value IS 99 (39.06% from 255) = 48.77%

 BLUE value IS 24 (9.77% from 255) = 11.82%

R = 39.41%
G = 48.77%
B = 11.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.76

 K value IS 0.61

RGB Variations

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

Color information

#506318 (or 0x506318) is known color: Verdun Green. HEX triplet: 50, 63 and 18. RGB value is (80,99,24). Sum of RGB (Red+Green+Blue) = 80+99+24=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #506318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #506318 is #AF9CE7. Grayscale: #555555. Windows color (decimal): -11508968 or 1598288. OLE color: 1598288.

HSL color Cylindrical-coordinate representation of color #506318: hue angle of 75.2º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #506318 is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.61.

Color convert

RGB 80 99 24 -
CMYK 0.19 0 0.76 0.61
HSL 75.2º 0.61% 0.24% -
HSV(B) 75.2º 0.76% 0.39% -
XYZ 7.93 10.7 2.51 -
YUV 84.77 93.71 124.6 -
System Red Green Blue C M Y K H S L
Decimal 80 99 24 0.19 0 0.76 0.61 75.2 0.61 0.24
Hex 50 63 18 13 0 4C 3D 4B 3D 18
Octal 120 143 30 23 0 114 75 113 75 30
Binary 1010000 1100011 11000 10011 0 1001100 111101 1001011 111101 11000

Color Harmonies of #506318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506318

Black with #506318

Text Example


Text Example

White with #506318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506318; }

 p { color: rgb(80,99,24); }

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

background-color css

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

 a { background-color: rgb(80,99,24); }

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

border-color css

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

 span { border-color: rgb(80,99,24); }

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