Html Css Color HEX #46531D Verdun Green

📋 copy color: '#46531D'

red 70 ◦ green 83 ◦ blue 29

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

Shades of Verdun Green #46531D

Tints of Verdun Green #46531D

RGB

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

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

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

R = 38.46%
G = 45.6%
B = 15.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#46531D (or 0x46531D) is known color: Verdun Green. HEX triplet: 46, 53 and 1D. RGB value is (70,83,29). Sum of RGB (Red+Green+Blue) = 70+83+29=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 83 (32.81% from 255 or 45.60% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 83 - color contains mainly: green. Hex color #46531D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46531D is #B9ACE2. Grayscale: #494949. Windows color (decimal): -12168419 or 1921862. OLE color: 1921862.

HSL color Cylindrical-coordinate representation of color #46531D: hue angle of 74.44º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46531D is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 83 29 -
CMYK 0.16 0 0.65 0.67
HSL 74.44º 0.48% 0.22% -
HSV(B) 74.44º 0.65% 0.33% -
XYZ 5.84 7.58 2.32 -
YUV 72.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 70 83 29 0.16 0 0.65 0.67 74.44 0.48 0.22
Hex 46 53 1D 10 0 41 43 4A 30 16
Octal 106 123 35 20 0 101 103 112 60 26
Binary 1000110 1010011 11101 10000 0 1000001 1000011 1001010 110000 10110

Color Harmonies of #46531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46531D

Black with #46531D

Text Example


Text Example

White with #46531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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