Html Css Color HEX #40600E Verdun Green

📋 copy color: '#40600E'

red 64 ◦ green 96 ◦ blue 14

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

Shades of Verdun Green #40600E

Tints of Verdun Green #40600E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 55.17%

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

R = 36.78%
G = 55.17%
B = 8.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#40600E (or 0x40600E) is known color: Verdun Green. HEX triplet: 40, 60 and 0E. RGB value is (64,96,14). Sum of RGB (Red+Green+Blue) = 64+96+14=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #40600E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40600E is #BF9FF1. Grayscale: #4D4D4D. Windows color (decimal): -12558322 or 942144. OLE color: 942144.

HSL color Cylindrical-coordinate representation of color #40600E: hue angle of 83.41º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40600E is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 96 14 -
CMYK 0.33 0 0.85 0.62
HSL 83.41º 0.75% 0.22% -
HSV(B) 83.41º 0.85% 0.38% -
XYZ 6.38 9.49 1.91 -
YUV 77.08 92.4 118.67 -
System Red Green Blue C M Y K H S L
Decimal 64 96 14 0.33 0 0.85 0.62 83.41 0.75 0.22
Hex 40 60 E 21 0 55 3E 53 4B 16
Octal 100 140 16 41 0 125 76 123 113 26
Binary 1000000 1100000 1110 100001 0 1010101 111110 1010011 1001011 10110

Color Harmonies of #40600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40600E

Black with #40600E

Text Example


Text Example

White with #40600E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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