Html Css Color HEX #46520D Verdun Green

📋 copy color: '#46520D'

red 70 ◦ green 82 ◦ blue 13

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

Shades of Verdun Green #46520D

Tints of Verdun Green #46520D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 49.7%

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

R = 42.42%
G = 49.7%
B = 7.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#46520D (or 0x46520D) is known color: Verdun Green. HEX triplet: 46, 52 and 0D. RGB value is (70,82,13). Sum of RGB (Red+Green+Blue) = 70+82+13=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 82 (32.42% from 255 or 49.70% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 82 - color contains mainly: green. Hex color #46520D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46520D is #B9ADF2. Grayscale: #464646. Windows color (decimal): -12168691 or 873030. OLE color: 873030.

HSL color Cylindrical-coordinate representation of color #46520D: hue angle of 70.43º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46520D is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 82 13 -
CMYK 0.15 0 0.84 0.68
HSL 70.43º 0.73% 0.19% -
HSV(B) 70.43º 0.84% 0.32% -
XYZ 5.62 7.37 1.51 -
YUV 70.55 95.52 127.61 -
System Red Green Blue C M Y K H S L
Decimal 70 82 13 0.15 0 0.84 0.68 70.43 0.73 0.19
Hex 46 52 D F 0 54 44 46 49 13
Octal 106 122 15 17 0 124 104 106 111 23
Binary 1000110 1010010 1101 1111 0 1010100 1000100 1000110 1001001 10011

Color Harmonies of #46520D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46520D

Black with #46520D

Text Example


Text Example

White with #46520D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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