Html Css Color HEX #46460E Verdun Green

📋 copy color: '#46460E'

red 70 ◦ green 70 ◦ blue 14

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

Shades of Verdun Green #46460E

Tints of Verdun Green #46460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 45.45%

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

R = 45.45%
G = 45.45%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#46460E (or 0x46460E) is known color: Verdun Green. HEX triplet: 46, 46 and 0E. RGB value is (70,70,14). Sum of RGB (Red+Green+Blue) = 70+70+14=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 70 (27.73% from 255 or 45.45% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 70 - color contains mainly: red, green. Hex color #46460E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46460E is #B9B9F1. Grayscale: #3F3F3F. Windows color (decimal): -12171762 or 935494. OLE color: 935494.

HSL color Cylindrical-coordinate representation of color #46460E: hue angle of 60º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46460E is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 70 14 -
CMYK 0 0 0.80 0.73
HSL 60º 0.67% 0.16% -
HSV(B) 60º 0.8% 0.27% -
XYZ 4.8 5.71 1.27 -
YUV 63.62 100 132.55 -
System Red Green Blue C M Y K H S L
Decimal 70 70 14 0 0 0.80 0.73 60 0.67 0.16
Hex 46 46 E 0 0 50 49 3C 43 10
Octal 106 106 16 0 0 120 111 74 103 20
Binary 1000110 1000110 1110 0 0 1010000 1001001 111100 1000011 10000

Color Harmonies of #46460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46460E

Black with #46460E

Text Example


Text Example

White with #46460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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