Html Css Color HEX #495602 Verdun Green

📋 copy color: '#495602'

red 73 ◦ green 86 ◦ blue 2

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

Shades of Verdun Green #495602

Tints of Verdun Green #495602

RGB

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

 GREEN value IS 86 (33.98% from 255) = 53.42%

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

R = 45.34%
G = 53.42%
B = 1.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.66

RGB Variations

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

Color information

#495602 (or 0x495602) is known color: Verdun Green. HEX triplet: 49, 56 and 02. RGB value is (73,86,2). Sum of RGB (Red+Green+Blue) = 73+86+2=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 2 (1.17% from 255 or 1.24% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #495602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495602 is #B6A9FD. Grayscale: #484848. Windows color (decimal): -11971070 or 153161. OLE color: 153161.

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

Color convert

RGB 73 86 2 -
CMYK 0.15 0 0.98 0.66
HSL 69.29º 0.95% 0.17% -
HSV(B) 69.29º 0.98% 0.34% -
XYZ 6.09 8.08 1.3 -
YUV 72.54 88.19 128.33 -
System Red Green Blue C M Y K H S L
Decimal 73 86 2 0.15 0 0.98 0.66 69.29 0.95 0.17
Hex 49 56 2 F 0 62 42 45 5F 11
Octal 111 126 2 17 0 142 102 105 137 21
Binary 1001001 1010110 10 1111 0 1100010 1000010 1000101 1011111 10001

Color Harmonies of #495602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495602

Black with #495602

Text Example


Text Example

White with #495602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495602; }

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

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

background-color css

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

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

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

border-color css

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

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

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