Html Css Color HEX #46550E Verdun Green

📋 copy color: '#46550E'

red 70 ◦ green 85 ◦ blue 14

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

Shades of Verdun Green #46550E

Tints of Verdun Green #46550E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.28%

R = 41.42%
G = 50.3%
B = 8.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#46550E (or 0x46550E) is known color: Verdun Green. HEX triplet: 46, 55 and 0E. RGB value is (70,85,14). Sum of RGB (Red+Green+Blue) = 70+85+14=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #46550E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46550E is #B9AAF1. Grayscale: #484848. Windows color (decimal): -12167922 or 939334. OLE color: 939334.

HSL color Cylindrical-coordinate representation of color #46550E: hue angle of 72.68º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46550E is Cyan = 0.18, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 14 -
CMYK 0.18 0 0.84 0.67
HSL 72.68º 0.72% 0.19% -
HSV(B) 72.68º 0.84% 0.33% -
XYZ 5.85 7.83 1.62 -
YUV 72.42 95.03 126.27 -
System Red Green Blue C M Y K H S L
Decimal 70 85 14 0.18 0 0.84 0.67 72.68 0.72 0.19
Hex 46 55 E 12 0 54 43 49 48 13
Octal 106 125 16 22 0 124 103 111 110 23
Binary 1000110 1010101 1110 10010 0 1010100 1000011 1001001 1001000 10011

Color Harmonies of #46550E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46550E

Black with #46550E

Text Example


Text Example

White with #46550E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46550E; }

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

 H1.HeaderClassName
 {
   color: #46550E;
 }
 .AnyTagClassName
 {
   color: #46550E;
 }
</style>

background-color css

<style>
 a { background-color: #46550E; }

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

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

border-color css

<style>
 span { border-color: #46550E; }

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

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