Html Css Color HEX #495301 Verdun Green

📋 copy color: '#495301'

red 73 ◦ green 83 ◦ blue 1

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

Shades of Verdun Green #495301

Tints of Verdun Green #495301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.64%

R = 46.5%
G = 52.87%
B = 0.64%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#495301 (or 0x495301) is known color: Verdun Green. HEX triplet: 49, 53 and 01. RGB value is (73,83,1). Sum of RGB (Red+Green+Blue) = 73+83+1=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #495301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495301 is #B6ACFE. Grayscale: #464646. Windows color (decimal): -11971839 or 86857. OLE color: 86857.

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

Color convert

RGB 73 83 1 -
CMYK 0.12 0 0.99 0.67
HSL 67.32º 0.98% 0.16% -
HSV(B) 67.32º 0.99% 0.33% -
XYZ 5.85 7.61 1.19 -
YUV 70.66 88.69 129.67 -
System Red Green Blue C M Y K H S L
Decimal 73 83 1 0.12 0 0.99 0.67 67.32 0.98 0.16
Hex 49 53 1 C 0 63 43 43 62 10
Octal 111 123 1 14 0 143 103 103 142 20
Binary 1001001 1010011 1 1100 0 1100011 1000011 1000011 1100010 10000

Color Harmonies of #495301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495301

Black with #495301

Text Example


Text Example

White with #495301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495301; }

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

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

background-color css

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

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

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

border-color css

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

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

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