Html Css Color HEX #46541F Verdun Green

📋 copy color: '#46541F'

red 70 ◦ green 84 ◦ blue 31

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

Shades of Verdun Green #46541F

Tints of Verdun Green #46541F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.41%

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

R = 37.84%
G = 45.41%
B = 16.76%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#46541F (or 0x46541F) is known color: Verdun Green. HEX triplet: 46, 54 and 1F. RGB value is (70,84,31). Sum of RGB (Red+Green+Blue) = 70+84+31=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #46541F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46541F is #B9ABE0. Grayscale: #494949. Windows color (decimal): -12168161 or 2053190. OLE color: 2053190.

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

Color convert

RGB 70 84 31 -
CMYK 0.17 0 0.63 0.67
HSL 75.85º 0.46% 0.23% -
HSV(B) 75.85º 0.63% 0.33% -
XYZ 5.94 7.74 2.48 -
YUV 73.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 70 84 31 0.17 0 0.63 0.67 75.85 0.46 0.23
Hex 46 54 1F 11 0 3F 43 4C 2E 17
Octal 106 124 37 21 0 77 103 114 56 27
Binary 1000110 1010100 11111 10001 0 111111 1000011 1001100 101110 10111

Color Harmonies of #46541F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46541F

Black with #46541F

Text Example


Text Example

White with #46541F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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