Html Css Color HEX #495402 Verdun Green

📋 copy color: '#495402'

red 73 ◦ green 84 ◦ blue 2

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

Shades of Verdun Green #495402

Tints of Verdun Green #495402

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.26%

R = 45.91%
G = 52.83%
B = 1.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#495402 (or 0x495402) is known color: Verdun Green. HEX triplet: 49, 54 and 02. RGB value is (73,84,2). Sum of RGB (Red+Green+Blue) = 73+84+2=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #495402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495402 is #B6ABFD. Grayscale: #474747. Windows color (decimal): -11971582 or 152649. OLE color: 152649.

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

Color convert

RGB 73 84 2 -
CMYK 0.13 0 0.98 0.67
HSL 68.05º 0.95% 0.17% -
HSV(B) 68.05º 0.98% 0.33% -
XYZ 5.93 7.76 1.24 -
YUV 71.36 88.86 129.17 -
System Red Green Blue C M Y K H S L
Decimal 73 84 2 0.13 0 0.98 0.67 68.05 0.95 0.17
Hex 49 54 2 D 0 62 43 44 5F 11
Octal 111 124 2 15 0 142 103 104 137 21
Binary 1001001 1010100 10 1101 0 1100010 1000011 1000100 1011111 10001

Color Harmonies of #495402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495402

Black with #495402

Text Example


Text Example

White with #495402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495402; }

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

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

background-color css

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

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

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

border-color css

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

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

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