Html Css Color HEX #40590E Verdun Green

📋 copy color: '#40590E'

red 64 ◦ green 89 ◦ blue 14

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

Shades of Verdun Green #40590E

Tints of Verdun Green #40590E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 53.29%

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

R = 38.32%
G = 53.29%
B = 8.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#40590E (or 0x40590E) is known color: Verdun Green. HEX triplet: 40, 59 and 0E. RGB value is (64,89,14). Sum of RGB (Red+Green+Blue) = 64+89+14=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #40590E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40590E is #BFA6F1. Grayscale: #494949. Windows color (decimal): -12560114 or 940352. OLE color: 940352.

HSL color Cylindrical-coordinate representation of color #40590E: hue angle of 80º 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 #40590E is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 64 89 14 -
CMYK 0.28 0 0.84 0.65
HSL 80º 0.73% 0.2% -
HSV(B) 80º 0.84% 0.35% -
XYZ 5.77 8.27 1.71 -
YUV 72.98 94.72 121.6 -
System Red Green Blue C M Y K H S L
Decimal 64 89 14 0.28 0 0.84 0.65 80 0.73 0.2
Hex 40 59 E 1C 0 54 41 50 49 14
Octal 100 131 16 34 0 124 101 120 111 24
Binary 1000000 1011001 1110 11100 0 1010100 1000001 1010000 1001001 10100

Color Harmonies of #40590E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40590E

Black with #40590E

Text Example


Text Example

White with #40590E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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