Html Css Color HEX #46521F Verdun Green

📋 copy color: '#46521F'

red 70 ◦ green 82 ◦ blue 31

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

Shades of Verdun Green #46521F

Tints of Verdun Green #46521F

RGB

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

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

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

R = 38.25%
G = 44.81%
B = 16.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#46521F (or 0x46521F) is known color: Verdun Green. HEX triplet: 46, 52 and 1F. RGB value is (70,82,31). Sum of RGB (Red+Green+Blue) = 70+82+31=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 31 (12.5% from 255 or 16.94% from 183); Max value from RGB is 82 - color contains mainly: green. Hex color #46521F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46521F is #B9ADE0. Grayscale: #484848. Windows color (decimal): -12168673 or 2052678. OLE color: 2052678.

HSL color Cylindrical-coordinate representation of color #46521F: hue angle of 74.12º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #46521F is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 82 31 -
CMYK 0.15 0 0.62 0.68
HSL 74.12º 0.45% 0.22% -
HSV(B) 74.12º 0.62% 0.32% -
XYZ 5.79 7.44 2.43 -
YUV 72.6 104.52 126.15 -
System Red Green Blue C M Y K H S L
Decimal 70 82 31 0.15 0 0.62 0.68 74.12 0.45 0.22
Hex 46 52 1F F 0 3E 44 4A 2D 16
Octal 106 122 37 17 0 76 104 112 55 26
Binary 1000110 1010010 11111 1111 0 111110 1000100 1001010 101101 10110

Color Harmonies of #46521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46521F

Black with #46521F

Text Example


Text Example

White with #46521F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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