Html Css Color HEX #40460E Verdun Green

📋 copy color: '#40460E'

red 64 ◦ green 70 ◦ blue 14

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

Shades of Verdun Green #40460E

Tints of Verdun Green #40460E

RGB

 RED value IS 64 (25.39% from 255) = 43.24%

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

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

R = 43.24%
G = 47.3%
B = 9.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#40460E (or 0x40460E) is known color: Verdun Green. HEX triplet: 40, 46 and 0E. RGB value is (64,70,14). Sum of RGB (Red+Green+Blue) = 64+70+14=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 14 (5.86% from 255 or 9.46% from 148); Max value from RGB is 70 - color contains mainly: green. Hex color #40460E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40460E is #BFB9F1. Grayscale: #3E3E3E. Windows color (decimal): -12564978 or 935488. OLE color: 935488.

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

Color convert

RGB 64 70 14 -
CMYK 0.09 0 0.80 0.73
HSL 66.43º 0.67% 0.16% -
HSV(B) 66.43º 0.8% 0.27% -
XYZ 4.38 5.5 1.25 -
YUV 61.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 64 70 14 0.09 0 0.80 0.73 66.43 0.67 0.16
Hex 40 46 E 9 0 50 49 42 43 10
Octal 100 106 16 11 0 120 111 102 103 20
Binary 1000000 1000110 1110 1001 0 1010000 1001001 1000010 1000011 10000

Color Harmonies of #40460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40460E

Black with #40460E

Text Example


Text Example

White with #40460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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