Html Css Color HEX #495302 Verdun Green

📋 copy color: '#495302'

red 73 ◦ green 83 ◦ blue 2

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

Shades of Verdun Green #495302

Tints of Verdun Green #495302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 52.53%

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

R = 46.2%
G = 52.53%
B = 1.27%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#495302 (or 0x495302) is known color: Verdun Green. HEX triplet: 49, 53 and 02. RGB value is (73,83,2). Sum of RGB (Red+Green+Blue) = 73+83+2=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 83 (32.81% from 255 or 52.53% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 83 - color contains mainly: green. Hex color #495302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495302 is #B6ACFD. Grayscale: #474747. Windows color (decimal): -11971838 or 152393. OLE color: 152393.

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

Color convert

RGB 73 83 2 -
CMYK 0.12 0 0.98 0.67
HSL 67.41º 0.95% 0.17% -
HSV(B) 67.41º 0.98% 0.33% -
XYZ 5.85 7.61 1.22 -
YUV 70.78 89.19 129.59 -
System Red Green Blue C M Y K H S L
Decimal 73 83 2 0.12 0 0.98 0.67 67.41 0.95 0.17
Hex 49 53 2 C 0 62 43 43 5F 11
Octal 111 123 2 14 0 142 103 103 137 21
Binary 1001001 1010011 10 1100 0 1100010 1000011 1000011 1011111 10001

Color Harmonies of #495302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495302

Black with #495302

Text Example


Text Example

White with #495302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495302; }

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

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

background-color css

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

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

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

border-color css

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

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

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