Html Css Color HEX #46531F Verdun Green

📋 copy color: '#46531F'

red 70 ◦ green 83 ◦ blue 31

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

Shades of Verdun Green #46531F

Tints of Verdun Green #46531F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.85%

R = 38.04%
G = 45.11%
B = 16.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#46531F (or 0x46531F) is known color: Verdun Green. HEX triplet: 46, 53 and 1F. RGB value is (70,83,31). Sum of RGB (Red+Green+Blue) = 70+83+31=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #46531F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46531F is #B9ACE0. Grayscale: #494949. Windows color (decimal): -12168417 or 2052934. OLE color: 2052934.

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

Color convert

RGB 70 83 31 -
CMYK 0.16 0 0.63 0.67
HSL 75º 0.46% 0.22% -
HSV(B) 75º 0.63% 0.33% -
XYZ 5.87 7.59 2.45 -
YUV 73.19 104.19 125.73 -
System Red Green Blue C M Y K H S L
Decimal 70 83 31 0.16 0 0.63 0.67 75 0.46 0.22
Hex 46 53 1F 10 0 3F 43 4B 2E 16
Octal 106 123 37 20 0 77 103 113 56 26
Binary 1000110 1010011 11111 10000 0 111111 1000011 1001011 101110 10110

Color Harmonies of #46531F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46531F

Black with #46531F

Text Example


Text Example

White with #46531F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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