Html Css Color HEX #495502 Verdun Green

📋 copy color: '#495502'

red 73 ◦ green 85 ◦ blue 2

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

Shades of Verdun Green #495502

Tints of Verdun Green #495502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.13%

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

R = 45.63%
G = 53.13%
B = 1.25%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#495502 (or 0x495502) is known color: Verdun Green. HEX triplet: 49, 55 and 02. RGB value is (73,85,2). Sum of RGB (Red+Green+Blue) = 73+85+2=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 2 (1.17% from 255 or 1.25% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #495502 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495502 is #B6AAFD. Grayscale: #484848. Windows color (decimal): -11971326 or 152905. OLE color: 152905.

HSL color Cylindrical-coordinate representation of color #495502: hue angle of 68.67º 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 #495502 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 85 2 -
CMYK 0.14 0 0.98 0.67
HSL 68.67º 0.95% 0.17% -
HSV(B) 68.67º 0.98% 0.33% -
XYZ 6.01 7.92 1.27 -
YUV 71.95 88.52 128.75 -
System Red Green Blue C M Y K H S L
Decimal 73 85 2 0.14 0 0.98 0.67 68.67 0.95 0.17
Hex 49 55 2 E 0 62 43 45 5F 11
Octal 111 125 2 16 0 142 103 105 137 21
Binary 1001001 1010101 10 1110 0 1100010 1000011 1000101 1011111 10001

Color Harmonies of #495502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495502

Black with #495502

Text Example


Text Example

White with #495502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495502; }

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

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

background-color css

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

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

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

border-color css

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

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

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