Html Css Color HEX #496B00 Verdun Green

📋 copy color: '#496B00'

red 73 ◦ green 107 ◦ blue 0

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

Shades of Verdun Green #496B00

Tints of Verdun Green #496B00

RGB

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

 GREEN value IS 107 (42.19% from 255) = 59.44%

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

R = 40.56%
G = 59.44%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.58

RGB Variations

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

Color information

#496B00 (or 0x496B00) is known color: Verdun Green. HEX triplet: 49, 6B and 00. RGB value is (73,107,0). Sum of RGB (Red+Green+Blue) = 73+107+0=180 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.56% from 180); Green value is 107 (42.19% from 255 or 59.44% from 180); Blue value is 0 (0.39% from 255 or 0% from 180); Max value from RGB is 107 - color contains mainly: green. Hex color #496B00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #496B00 is #B694FF. Grayscale: #555555. Windows color (decimal): -11965696 or 27465. OLE color: 27465.

HSL color Cylindrical-coordinate representation of color #496B00: hue angle of 79.07º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #496B00 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 107 0 -
CMYK 0.32 0 1 0.58
HSL 79.07º 1% 0.21% -
HSV(B) 79.07º 1% 0.42% -
XYZ 8.01 11.93 1.88 -
YUV 84.64 80.24 119.7 -
System Red Green Blue C M Y K H S L
Decimal 73 107 0 0.32 0 1 0.58 79.07 1 0.21
Hex 49 6B 0 20 0 64 3A 4F 64 15
Octal 111 153 0 40 0 144 72 117 144 25
Binary 1001001 1101011 0 100000 0 1100100 111010 1001111 1100100 10101

Color Harmonies of #496B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B00

Black with #496B00

Text Example


Text Example

White with #496B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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