Html Css Color HEX #46490D Verdun Green

📋 copy color: '#46490D'

red 70 ◦ green 73 ◦ blue 13

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

Shades of Verdun Green #46490D

Tints of Verdun Green #46490D

RGB

 RED value IS 70 (27.73% from 255) = 44.87%

 GREEN value IS 73 (28.91% from 255) = 46.79%

 BLUE value IS 13 (5.47% from 255) = 8.33%

R = 44.87%
G = 46.79%
B = 8.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.71

RGB Variations

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

Color information

#46490D (or 0x46490D) is known color: Verdun Green. HEX triplet: 46, 49 and 0D. RGB value is (70,73,13). Sum of RGB (Red+Green+Blue) = 70+73+13=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 73 (28.91% from 255 or 46.79% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 73 - color contains mainly: green. Hex color #46490D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46490D is #B9B6F2. Grayscale: #414141. Windows color (decimal): -12170995 or 870726. OLE color: 870726.

HSL color Cylindrical-coordinate representation of color #46490D: hue angle of 63º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46490D is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 73 13 -
CMYK 0.04 0 0.82 0.71
HSL 63º 0.7% 0.17% -
HSV(B) 63º 0.82% 0.29% -
XYZ 4.98 6.1 1.29 -
YUV 65.26 98.51 131.38 -
System Red Green Blue C M Y K H S L
Decimal 70 73 13 0.04 0 0.82 0.71 63 0.7 0.17
Hex 46 49 D 4 0 52 47 3F 46 11
Octal 106 111 15 4 0 122 107 77 106 21
Binary 1000110 1001001 1101 100 0 1010010 1000111 111111 1000110 10001

Color Harmonies of #46490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46490D

Black with #46490D

Text Example


Text Example

White with #46490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46490D; }

 p { color: rgb(70,73,13); }

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

background-color css

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

 a { background-color: rgb(70,73,13); }

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

border-color css

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

 span { border-color: rgb(70,73,13); }

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