Html Css Color HEX #495F0B Verdun Green

📋 copy color: '#495F0B'

red 73 ◦ green 95 ◦ blue 11

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

Shades of Verdun Green #495F0B

Tints of Verdun Green #495F0B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 53.07%

 BLUE value IS 11 (4.69% from 255) = 6.15%

R = 40.78%
G = 53.07%
B = 6.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.88

 K value IS 0.63

RGB Variations

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

Color information

#495F0B (or 0x495F0B) is known color: Verdun Green. HEX triplet: 49, 5F and 0B. RGB value is (73,95,11). Sum of RGB (Red+Green+Blue) = 73+95+11=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 95 (37.5% from 255 or 53.07% from 179); Blue value is 11 (4.69% from 255 or 6.15% from 179); Max value from RGB is 95 - color contains mainly: green. Hex color #495F0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495F0B is #B6A0F4. Grayscale: #4F4F4F. Windows color (decimal): -11968757 or 745289. OLE color: 745289.

HSL color Cylindrical-coordinate representation of color #495F0B: hue angle of 75.71º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #495F0B is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 95 11 -
CMYK 0.23 0 0.88 0.63
HSL 75.71º 0.79% 0.21% -
HSV(B) 75.71º 0.88% 0.37% -
XYZ 6.9 9.63 1.81 -
YUV 78.85 89.71 123.83 -
System Red Green Blue C M Y K H S L
Decimal 73 95 11 0.23 0 0.88 0.63 75.71 0.79 0.21
Hex 49 5F B 17 0 58 3F 4C 4F 15
Octal 111 137 13 27 0 130 77 114 117 25
Binary 1001001 1011111 1011 10111 0 1011000 111111 1001100 1001111 10101

Color Harmonies of #495F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F0B

Black with #495F0B

Text Example


Text Example

White with #495F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,95,11); }

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

background-color css

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

 a { background-color: rgb(73,95,11); }

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

border-color css

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

 span { border-color: rgb(73,95,11); }

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