Html Css Color HEX #495310 Verdun Green

📋 copy color: '#495310'

red 73 ◦ green 83 ◦ blue 16

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

Shades of Verdun Green #495310

Tints of Verdun Green #495310

RGB

 RED value IS 73 (28.91% from 255) = 42.44%

 GREEN value IS 83 (32.81% from 255) = 48.26%

 BLUE value IS 16 (6.64% from 255) = 9.3%

R = 42.44%
G = 48.26%
B = 9.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#495310 (or 0x495310) is known color: Verdun Green. HEX triplet: 49, 53 and 10. RGB value is (73,83,16). Sum of RGB (Red+Green+Blue) = 73+83+16=172 (22% of max value = 765). Red value is 73 (28.91% from 255 or 42.44% from 172); Green value is 83 (32.81% from 255 or 48.26% from 172); Blue value is 16 (6.64% from 255 or 9.30% from 172); Max value from RGB is 83 - color contains mainly: green. Hex color #495310 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495310 is #B6ACEF. Grayscale: #484848. Windows color (decimal): -11971824 or 1069897. OLE color: 1069897.

HSL color Cylindrical-coordinate representation of color #495310: hue angle of 68.96º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #495310 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 83 16 -
CMYK 0.12 0 0.81 0.67
HSL 68.96º 0.68% 0.19% -
HSV(B) 68.96º 0.81% 0.33% -
XYZ 5.93 7.64 1.65 -
YUV 72.37 96.19 128.45 -
System Red Green Blue C M Y K H S L
Decimal 73 83 16 0.12 0 0.81 0.67 68.96 0.68 0.19
Hex 49 53 10 C 0 51 43 45 44 13
Octal 111 123 20 14 0 121 103 105 104 23
Binary 1001001 1010011 10000 1100 0 1010001 1000011 1000101 1000100 10011

Color Harmonies of #495310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495310

Black with #495310

Text Example


Text Example

White with #495310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495310; }

 p { color: rgb(73,83,16); }

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

background-color css

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

 a { background-color: rgb(73,83,16); }

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

border-color css

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

 span { border-color: rgb(73,83,16); }

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