Html Css Color HEX #46511F Verdun Green

📋 copy color: '#46511F'

red 70 ◦ green 81 ◦ blue 31

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

Shades of Verdun Green #46511F

Tints of Verdun Green #46511F

RGB

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

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

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

R = 38.46%
G = 44.51%
B = 17.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#46511F (or 0x46511F) is known color: Verdun Green. HEX triplet: 46, 51 and 1F. RGB value is (70,81,31). Sum of RGB (Red+Green+Blue) = 70+81+31=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 81 (32.03% from 255 or 44.51% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 81 - color contains mainly: green. Hex color #46511F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46511F is #B9AEE0. Grayscale: #484848. Windows color (decimal): -12168929 or 2052422. OLE color: 2052422.

HSL color Cylindrical-coordinate representation of color #46511F: hue angle of 73.2º 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 #46511F is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 81 31 -
CMYK 0.14 0 0.62 0.68
HSL 73.2º 0.45% 0.22% -
HSV(B) 73.2º 0.62% 0.32% -
XYZ 5.72 7.29 2.4 -
YUV 72.01 104.86 126.57 -
System Red Green Blue C M Y K H S L
Decimal 70 81 31 0.14 0 0.62 0.68 73.2 0.45 0.22
Hex 46 51 1F E 0 3E 44 49 2D 16
Octal 106 121 37 16 0 76 104 111 55 26
Binary 1000110 1010001 11111 1110 0 111110 1000100 1001001 101101 10110

Color Harmonies of #46511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46511F

Black with #46511F

Text Example


Text Example

White with #46511F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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