Html Css Color HEX #495B05 Verdun Green

📋 copy color: '#495B05'

red 73 ◦ green 91 ◦ blue 5

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

Shades of Verdun Green #495B05

Tints of Verdun Green #495B05

RGB

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

 GREEN value IS 91 (35.94% from 255) = 53.85%

 BLUE value IS 5 (2.34% from 255) = 2.96%

R = 43.2%
G = 53.85%
B = 2.96%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.95

 K value IS 0.64

RGB Variations

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

Color information

#495B05 (or 0x495B05) is known color: Verdun Green. HEX triplet: 49, 5B and 05. RGB value is (73,91,5). Sum of RGB (Red+Green+Blue) = 73+91+5=169 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.20% from 169); Green value is 91 (35.94% from 255 or 53.85% from 169); Blue value is 5 (2.34% from 255 or 2.96% from 169); Max value from RGB is 91 - color contains mainly: green. Hex color #495B05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495B05 is #B6A4FA. Grayscale: #4C4C4C. Windows color (decimal): -11969787 or 351049. OLE color: 351049.

HSL color Cylindrical-coordinate representation of color #495B05: hue angle of 72.56º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #495B05 is Cyan = 0.20, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 91 5 -
CMYK 0.20 0 0.95 0.64
HSL 72.56º 0.9% 0.19% -
HSV(B) 72.56º 0.95% 0.36% -
XYZ 6.52 8.91 1.52 -
YUV 75.81 88.04 125.99 -
System Red Green Blue C M Y K H S L
Decimal 73 91 5 0.20 0 0.95 0.64 72.56 0.9 0.19
Hex 49 5B 5 14 0 5F 40 49 5A 13
Octal 111 133 5 24 0 137 100 111 132 23
Binary 1001001 1011011 101 10100 0 1011111 1000000 1001001 1011010 10011

Color Harmonies of #495B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495B05

Black with #495B05

Text Example


Text Example

White with #495B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495B05; }

 p { color: rgb(73,91,5); }

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

background-color css

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

 a { background-color: rgb(73,91,5); }

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

border-color css

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

 span { border-color: rgb(73,91,5); }

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