Html Css Color HEX #495007 Verdun Green

📋 copy color: '#495007'

red 73 ◦ green 80 ◦ blue 7

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

Shades of Verdun Green #495007

Tints of Verdun Green #495007

RGB

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

 GREEN value IS 80 (31.64% from 255) = 50%

 BLUE value IS 7 (3.13% from 255) = 4.38%

R = 45.63%
G = 50%
B = 4.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#495007 (or 0x495007) is known color: Verdun Green. HEX triplet: 49, 50 and 07. RGB value is (73,80,7). Sum of RGB (Red+Green+Blue) = 73+80+7=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 80 (31.64% from 255 or 50% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 80 - color contains mainly: green. Hex color #495007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495007 is #B6AFF8. Grayscale: #454545. Windows color (decimal): -11972601 or 479305. OLE color: 479305.

HSL color Cylindrical-coordinate representation of color #495007: hue angle of 65.75º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #495007 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 80 7 -
CMYK 0.09 0 0.91 0.69
HSL 65.75º 0.84% 0.17% -
HSV(B) 65.75º 0.91% 0.31% -
XYZ 5.65 7.17 1.29 -
YUV 69.59 92.68 130.44 -
System Red Green Blue C M Y K H S L
Decimal 73 80 7 0.09 0 0.91 0.69 65.75 0.84 0.17
Hex 49 50 7 9 0 5B 45 42 54 11
Octal 111 120 7 11 0 133 105 102 124 21
Binary 1001001 1010000 111 1001 0 1011011 1000101 1000010 1010100 10001

Color Harmonies of #495007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495007

Black with #495007

Text Example


Text Example

White with #495007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495007; }

 p { color: rgb(73,80,7); }

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

background-color css

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

 a { background-color: rgb(73,80,7); }

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

border-color css

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

 span { border-color: rgb(73,80,7); }

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