Html Css Color HEX #46551F Verdun Green

📋 copy color: '#46551F'

red 70 ◦ green 85 ◦ blue 31

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

Shades of Verdun Green #46551F

Tints of Verdun Green #46551F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.7%

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

R = 37.63%
G = 45.7%
B = 16.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#46551F (or 0x46551F) is known color: Verdun Green. HEX triplet: 46, 55 and 1F. RGB value is (70,85,31). Sum of RGB (Red+Green+Blue) = 70+85+31=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 85 (33.59% from 255 or 45.70% from 186); Blue value is 31 (12.5% from 255 or 16.67% from 186); Max value from RGB is 85 - color contains mainly: green. Hex color #46551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46551F is #B9AAE0. Grayscale: #4A4A4A. Windows color (decimal): -12167905 or 2053446. OLE color: 2053446.

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

Color convert

RGB 70 85 31 -
CMYK 0.18 0 0.64 0.67
HSL 76.67º 0.47% 0.23% -
HSV(B) 76.67º 0.64% 0.33% -
XYZ 6.02 7.9 2.5 -
YUV 74.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 70 85 31 0.18 0 0.64 0.67 76.67 0.47 0.23
Hex 46 55 1F 12 0 40 43 4D 2F 17
Octal 106 125 37 22 0 100 103 115 57 27
Binary 1000110 1010101 11111 10010 0 1000000 1000011 1001101 101111 10111

Color Harmonies of #46551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46551F

Black with #46551F

Text Example


Text Example

White with #46551F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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