Html Css Color HEX #495101 Verdun Green

📋 copy color: '#495101'

red 73 ◦ green 81 ◦ blue 1

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

Shades of Verdun Green #495101

Tints of Verdun Green #495101

RGB

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

 GREEN value IS 81 (32.03% from 255) = 52.26%

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

R = 47.1%
G = 52.26%
B = 0.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.68

RGB Variations

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

Color information

#495101 (or 0x495101) is known color: Verdun Green. HEX triplet: 49, 51 and 01. RGB value is (73,81,1). Sum of RGB (Red+Green+Blue) = 73+81+1=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #495101 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495101 is #B6AEFE. Grayscale: #454545. Windows color (decimal): -11972351 or 86345. OLE color: 86345.

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

Color convert

RGB 73 81 1 -
CMYK 0.10 0 0.99 0.68
HSL 66º 0.98% 0.16% -
HSV(B) 66º 0.99% 0.32% -
XYZ 5.7 7.3 1.14 -
YUV 69.49 89.35 130.5 -
System Red Green Blue C M Y K H S L
Decimal 73 81 1 0.10 0 0.99 0.68 66 0.98 0.16
Hex 49 51 1 A 0 63 44 42 62 10
Octal 111 121 1 12 0 143 104 102 142 20
Binary 1001001 1010001 1 1010 0 1100011 1000100 1000010 1100010 10000

Color Harmonies of #495101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495101

Black with #495101

Text Example


Text Example

White with #495101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495101; }

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

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

background-color css

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

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

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

border-color css

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

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

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