Html Css Color HEX #46440E Verdun Green

📋 copy color: '#46440E'

red 70 ◦ green 68 ◦ blue 14

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

Shades of Verdun Green #46440E

Tints of Verdun Green #46440E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 44.74%

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

R = 46.05%
G = 44.74%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#46440E (or 0x46440E) is known color: Verdun Green. HEX triplet: 46, 44 and 0E. RGB value is (70,68,14). Sum of RGB (Red+Green+Blue) = 70+68+14=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #46440E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46440E is #B9BBF1. Grayscale: #3E3E3E. Windows color (decimal): -12172274 or 934982. OLE color: 934982.

HSL color Cylindrical-coordinate representation of color #46440E: hue angle of 57.86º 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 #46440E is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 68 14 -
CMYK 0 0.03 0.80 0.73
HSL 57.86º 0.67% 0.16% -
HSV(B) 57.86º 0.8% 0.27% -
XYZ 4.67 5.47 1.22 -
YUV 62.44 100.66 133.39 -
System Red Green Blue C M Y K H S L
Decimal 70 68 14 0 0.03 0.80 0.73 57.86 0.67 0.16
Hex 46 44 E 0 3 50 49 3A 43 10
Octal 106 104 16 0 3 120 111 72 103 20
Binary 1000110 1000100 1110 0 11 1010000 1001001 111010 1000011 10000

Color Harmonies of #46440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46440E

Black with #46440E

Text Example


Text Example

White with #46440E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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