Html Css Color HEX #46580E Verdun Green

📋 copy color: '#46580E'

red 70 ◦ green 88 ◦ blue 14

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

Shades of Verdun Green #46580E

Tints of Verdun Green #46580E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 51.16%

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

R = 40.7%
G = 51.16%
B = 8.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#46580E (or 0x46580E) is known color: Verdun Green. HEX triplet: 46, 58 and 0E. RGB value is (70,88,14). Sum of RGB (Red+Green+Blue) = 70+88+14=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 88 (34.77% from 255 or 51.16% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 88 - color contains mainly: green. Hex color #46580E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46580E is #B9A7F1. Grayscale: #4A4A4A. Windows color (decimal): -12167154 or 940102. OLE color: 940102.

HSL color Cylindrical-coordinate representation of color #46580E: hue angle of 74.59º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46580E is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 88 14 -
CMYK 0.20 0 0.84 0.65
HSL 74.59º 0.73% 0.2% -
HSV(B) 74.59º 0.84% 0.35% -
XYZ 6.09 8.31 1.7 -
YUV 74.18 94.04 125.02 -
System Red Green Blue C M Y K H S L
Decimal 70 88 14 0.20 0 0.84 0.65 74.59 0.73 0.2
Hex 46 58 E 14 0 54 41 4B 49 14
Octal 106 130 16 24 0 124 101 113 111 24
Binary 1000110 1011000 1110 10100 0 1010100 1000001 1001011 1001001 10100

Color Harmonies of #46580E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46580E

Black with #46580E

Text Example


Text Example

White with #46580E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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