Html Css Color HEX #40430E Verdun Green

📋 copy color: '#40430E'

red 64 ◦ green 67 ◦ blue 14

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

Shades of Verdun Green #40430E

Tints of Verdun Green #40430E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.21%

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

R = 44.14%
G = 46.21%
B = 9.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#40430E (or 0x40430E) is known color: Verdun Green. HEX triplet: 40, 43 and 0E. RGB value is (64,67,14). Sum of RGB (Red+Green+Blue) = 64+67+14=145 (19% of max value = 765). Red value is 64 (25.39% from 255 or 44.14% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #40430E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40430E is #BFBCF1. Grayscale: #3C3C3C. Windows color (decimal): -12565746 or 934720. OLE color: 934720.

HSL color Cylindrical-coordinate representation of color #40430E: hue angle of 63.4º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40430E is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB 64 67 14 -
CMYK 0.04 0 0.79 0.74
HSL 63.4º 0.65% 0.16% -
HSV(B) 63.4º 0.79% 0.26% -
XYZ 4.2 5.14 1.19 -
YUV 60.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 64 67 14 0.04 0 0.79 0.74 63.4 0.65 0.16
Hex 40 43 E 4 0 4F 4A 3F 41 10
Octal 100 103 16 4 0 117 112 77 101 20
Binary 1000000 1000011 1110 100 0 1001111 1001010 111111 1000001 10000

Color Harmonies of #40430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40430E

Black with #40430E

Text Example


Text Example

White with #40430E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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