Html Css Color HEX #46511D Verdun Green

📋 copy color: '#46511D'

red 70 ◦ green 81 ◦ blue 29

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

Shades of Verdun Green #46511D

Tints of Verdun Green #46511D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 45%

 BLUE value IS 29 (11.72% from 255) = 16.11%

R = 38.89%
G = 45%
B = 16.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.68

RGB Variations

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

Color information

#46511D (or 0x46511D) is known color: Verdun Green. HEX triplet: 46, 51 and 1D. RGB value is (70,81,29). Sum of RGB (Red+Green+Blue) = 70+81+29=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 29 (11.72% from 255 or 16.11% from 180); Max value from RGB is 81 - color contains mainly: green. Hex color #46511D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46511D is #B9AEE2. Grayscale: #474747. Windows color (decimal): -12168931 or 1921350. OLE color: 1921350.

HSL color Cylindrical-coordinate representation of color #46511D: hue angle of 72.69º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46511D is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 81 29 -
CMYK 0.14 0 0.64 0.68
HSL 72.69º 0.47% 0.22% -
HSV(B) 72.69º 0.64% 0.32% -
XYZ 5.69 7.28 2.27 -
YUV 71.78 103.86 126.73 -
System Red Green Blue C M Y K H S L
Decimal 70 81 29 0.14 0 0.64 0.68 72.69 0.47 0.22
Hex 46 51 1D E 0 40 44 49 2F 16
Octal 106 121 35 16 0 100 104 111 57 26
Binary 1000110 1010001 11101 1110 0 1000000 1000100 1001001 101111 10110

Color Harmonies of #46511D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46511D

Black with #46511D

Text Example


Text Example

White with #46511D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,81,29); }

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

background-color css

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

 a { background-color: rgb(70,81,29); }

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

border-color css

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

 span { border-color: rgb(70,81,29); }

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