Html Css Color HEX #495405 Verdun Green

📋 copy color: '#495405'

red 73 ◦ green 84 ◦ blue 5

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

Shades of Verdun Green #495405

Tints of Verdun Green #495405

RGB

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

 GREEN value IS 84 (33.2% from 255) = 51.85%

 BLUE value IS 5 (2.34% from 255) = 3.09%

R = 45.06%
G = 51.85%
B = 3.09%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#495405 (or 0x495405) is known color: Verdun Green. HEX triplet: 49, 54 and 05. RGB value is (73,84,5). Sum of RGB (Red+Green+Blue) = 73+84+5=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 5 (2.34% from 255 or 3.09% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #495405 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495405 is #B6ABFA. Grayscale: #484848. Windows color (decimal): -11971579 or 349257. OLE color: 349257.

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

Color convert

RGB 73 84 5 -
CMYK 0.13 0 0.94 0.67
HSL 68.35º 0.89% 0.17% -
HSV(B) 68.35º 0.94% 0.33% -
XYZ 5.95 7.77 1.33 -
YUV 71.71 90.36 128.92 -
System Red Green Blue C M Y K H S L
Decimal 73 84 5 0.13 0 0.94 0.67 68.35 0.89 0.17
Hex 49 54 5 D 0 5E 43 44 59 11
Octal 111 124 5 15 0 136 103 104 131 21
Binary 1001001 1010100 101 1101 0 1011110 1000011 1000100 1011001 10001

Color Harmonies of #495405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495405

Black with #495405

Text Example


Text Example

White with #495405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495405; }

 p { color: rgb(73,84,5); }

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

background-color css

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

 a { background-color: rgb(73,84,5); }

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

border-color css

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

 span { border-color: rgb(73,84,5); }

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