Html Css Color HEX #495304 Verdun Green

📋 copy color: '#495304'

red 73 ◦ green 83 ◦ blue 4

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

Shades of Verdun Green #495304

Tints of Verdun Green #495304

RGB

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

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

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

R = 45.63%
G = 51.88%
B = 2.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#495304 (or 0x495304) is known color: Verdun Green. HEX triplet: 49, 53 and 04. RGB value is (73,83,4). Sum of RGB (Red+Green+Blue) = 73+83+4=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 83 (32.81% from 255 or 51.88% from 160); Blue value is 4 (1.95% from 255 or 2.5% from 160); Max value from RGB is 83 - color contains mainly: green. Hex color #495304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495304 is #B6ACFB. Grayscale: #474747. Windows color (decimal): -11971836 or 283465. OLE color: 283465.

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

Color convert

RGB 73 83 4 -
CMYK 0.12 0 0.95 0.67
HSL 67.59º 0.91% 0.17% -
HSV(B) 67.59º 0.95% 0.33% -
XYZ 5.86 7.61 1.28 -
YUV 71 90.19 129.42 -
System Red Green Blue C M Y K H S L
Decimal 73 83 4 0.12 0 0.95 0.67 67.59 0.91 0.17
Hex 49 53 4 C 0 5F 43 44 5B 11
Octal 111 123 4 14 0 137 103 104 133 21
Binary 1001001 1010011 100 1100 0 1011111 1000011 1000100 1011011 10001

Color Harmonies of #495304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495304

Black with #495304

Text Example


Text Example

White with #495304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495304; }

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

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

background-color css

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

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

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

border-color css

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

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

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