Html Css Color HEX #495309 Verdun Green

📋 copy color: '#495309'

red 73 ◦ green 83 ◦ blue 9

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

Shades of Verdun Green #495309

Tints of Verdun Green #495309

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50.3%

 BLUE value IS 9 (3.91% from 255) = 5.45%

R = 44.24%
G = 50.3%
B = 5.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#495309 (or 0x495309) is known color: Verdun Green. HEX triplet: 49, 53 and 09. RGB value is (73,83,9). Sum of RGB (Red+Green+Blue) = 73+83+9=165 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.24% from 165); Green value is 83 (32.81% from 255 or 50.30% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 83 - color contains mainly: green. Hex color #495309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495309 is #B6ACF6. Grayscale: #474747. Windows color (decimal): -11971831 or 611145. OLE color: 611145.

HSL color Cylindrical-coordinate representation of color #495309: hue angle of 68.11º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #495309 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 83 9 -
CMYK 0.12 0 0.89 0.67
HSL 68.11º 0.8% 0.18% -
HSV(B) 68.11º 0.89% 0.33% -
XYZ 5.89 7.62 1.42 -
YUV 71.57 92.69 129.02 -
System Red Green Blue C M Y K H S L
Decimal 73 83 9 0.12 0 0.89 0.67 68.11 0.8 0.18
Hex 49 53 9 C 0 59 43 44 50 12
Octal 111 123 11 14 0 131 103 104 120 22
Binary 1001001 1010011 1001 1100 0 1011001 1000011 1000100 1010000 10010

Color Harmonies of #495309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495309

Black with #495309

Text Example


Text Example

White with #495309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495309; }

 p { color: rgb(73,83,9); }

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

background-color css

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

 a { background-color: rgb(73,83,9); }

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

border-color css

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

 span { border-color: rgb(73,83,9); }

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