Html Css Color HEX #495002 Verdun Green

📋 copy color: '#495002'

red 73 ◦ green 80 ◦ blue 2

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

Shades of Verdun Green #495002

Tints of Verdun Green #495002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 51.61%

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

R = 47.1%
G = 51.61%
B = 1.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.69

RGB Variations

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

Color information

#495002 (or 0x495002) is known color: Verdun Green. HEX triplet: 49, 50 and 02. RGB value is (73,80,2). Sum of RGB (Red+Green+Blue) = 73+80+2=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #495002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495002 is #B6AFFD. Grayscale: #454545. Windows color (decimal): -11972606 or 151625. OLE color: 151625.

HSL color Cylindrical-coordinate representation of color #495002: hue angle of 65.38º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #495002 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 80 2 -
CMYK 0.09 0 0.98 0.69
HSL 65.38º 0.95% 0.16% -
HSV(B) 65.38º 0.98% 0.31% -
XYZ 5.63 7.16 1.14 -
YUV 69.02 90.18 130.84 -
System Red Green Blue C M Y K H S L
Decimal 73 80 2 0.09 0 0.98 0.69 65.38 0.95 0.16
Hex 49 50 2 9 0 62 45 41 5F 10
Octal 111 120 2 11 0 142 105 101 137 20
Binary 1001001 1010000 10 1001 0 1100010 1000101 1000001 1011111 10000

Color Harmonies of #495002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495002

Black with #495002

Text Example


Text Example

White with #495002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495002; }

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

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

background-color css

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

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

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

border-color css

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

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

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