Html Css Color HEX #495D08 Verdun Green

📋 copy color: '#495D08'

red 73 ◦ green 93 ◦ blue 8

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

Shades of Verdun Green #495D08

Tints of Verdun Green #495D08

RGB

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

 GREEN value IS 93 (36.72% from 255) = 53.45%

 BLUE value IS 8 (3.52% from 255) = 4.6%

R = 41.95%
G = 53.45%
B = 4.6%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.64

RGB Variations

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

Color information

#495D08 (or 0x495D08) is known color: Verdun Green. HEX triplet: 49, 5D and 08. RGB value is (73,93,8). Sum of RGB (Red+Green+Blue) = 73+93+8=174 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.95% from 174); Green value is 93 (36.72% from 255 or 53.45% from 174); Blue value is 8 (3.52% from 255 or 4.60% from 174); Max value from RGB is 93 - color contains mainly: green. Hex color #495D08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495D08 is #B6A2F7. Grayscale: #4D4D4D. Windows color (decimal): -11969272 or 548169. OLE color: 548169.

HSL color Cylindrical-coordinate representation of color #495D08: hue angle of 74.12º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #495D08 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 93 8 -
CMYK 0.22 0 0.91 0.64
HSL 74.12º 0.84% 0.2% -
HSV(B) 74.12º 0.91% 0.36% -
XYZ 6.71 9.26 1.66 -
YUV 77.33 88.87 124.91 -
System Red Green Blue C M Y K H S L
Decimal 73 93 8 0.22 0 0.91 0.64 74.12 0.84 0.2
Hex 49 5D 8 16 0 5B 40 4A 54 14
Octal 111 135 10 26 0 133 100 112 124 24
Binary 1001001 1011101 1000 10110 0 1011011 1000000 1001010 1010100 10100

Color Harmonies of #495D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495D08

Black with #495D08

Text Example


Text Example

White with #495D08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,93,8); }

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

background-color css

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

 a { background-color: rgb(73,93,8); }

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

border-color css

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

 span { border-color: rgb(73,93,8); }

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