Html Css Color HEX #495D00 Verdun Green

📋 copy color: '#495D00'

red 73 ◦ green 93 ◦ blue 0

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

Shades of Verdun Green #495D00

Tints of Verdun Green #495D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.98%
G = 56.02%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.64

RGB Variations

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

Color information

#495D00 (or 0x495D00) is known color: Verdun Green. HEX triplet: 49, 5D and 00. RGB value is (73,93,0). Sum of RGB (Red+Green+Blue) = 73+93+0=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 93 (36.72% from 255 or 56.02% from 166); Blue value is 0 (0.39% from 255 or 0% from 166); Max value from RGB is 93 - color contains mainly: green. Hex color #495D00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495D00 is #B6A2FF. Grayscale: #4C4C4C. Windows color (decimal): -11969280 or 23881. OLE color: 23881.

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

Color convert

RGB 73 93 0 -
CMYK 0.22 0 1 0.64
HSL 72.9º 1% 0.18% -
HSV(B) 72.9º 1% 0.36% -
XYZ 6.66 9.25 1.43 -
YUV 76.42 84.87 125.56 -
System Red Green Blue C M Y K H S L
Decimal 73 93 0 0.22 0 1 0.64 72.9 1 0.18
Hex 49 5D 0 16 0 64 40 49 64 12
Octal 111 135 0 26 0 144 100 111 144 22
Binary 1001001 1011101 0 10110 0 1100100 1000000 1001001 1100100 10010

Color Harmonies of #495D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495D00

Black with #495D00

Text Example


Text Example

White with #495D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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