Html Css Color HEX #495313 Verdun Green

📋 copy color: '#495313'

red 73 ◦ green 83 ◦ blue 19

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

Shades of Verdun Green #495313

Tints of Verdun Green #495313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.86%

R = 41.71%
G = 47.43%
B = 10.86%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#495313 (or 0x495313) is known color: Verdun Green. HEX triplet: 49, 53 and 13. RGB value is (73,83,19). Sum of RGB (Red+Green+Blue) = 73+83+19=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #495313 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495313 is #B6ACEC. Grayscale: #484848. Windows color (decimal): -11971821 or 1266505. OLE color: 1266505.

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

Color convert

RGB 73 83 19 -
CMYK 0.12 0 0.77 0.67
HSL 69.38º 0.63% 0.2% -
HSV(B) 69.38º 0.77% 0.33% -
XYZ 5.96 7.65 1.78 -
YUV 72.71 97.69 128.2 -
System Red Green Blue C M Y K H S L
Decimal 73 83 19 0.12 0 0.77 0.67 69.38 0.63 0.2
Hex 49 53 13 C 0 4D 43 45 3F 14
Octal 111 123 23 14 0 115 103 105 77 24
Binary 1001001 1010011 10011 1100 0 1001101 1000011 1000101 111111 10100

Color Harmonies of #495313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495313

Black with #495313

Text Example


Text Example

White with #495313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495313; }

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

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

background-color css

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

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

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

border-color css

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

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

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