Html Css Color HEX #40660D Verdun Green

📋 copy color: '#40660D'

red 64 ◦ green 102 ◦ blue 13

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

Shades of Verdun Green #40660D

Tints of Verdun Green #40660D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 56.98%

 BLUE value IS 13 (5.47% from 255) = 7.26%

R = 35.75%
G = 56.98%
B = 7.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.87

 K value IS 0.6

RGB Variations

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

Color information

#40660D (or 0x40660D) is known color: Verdun Green. HEX triplet: 40, 66 and 0D. RGB value is (64,102,13). Sum of RGB (Red+Green+Blue) = 64+102+13=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 102 (40.23% from 255 or 56.98% from 179); Blue value is 13 (5.47% from 255 or 7.26% from 179); Max value from RGB is 102 - color contains mainly: green. Hex color #40660D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40660D is #BF99F2. Grayscale: #505050. Windows color (decimal): -12556787 or 878144. OLE color: 878144.

HSL color Cylindrical-coordinate representation of color #40660D: hue angle of 85.62º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40660D is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 102 13 -
CMYK 0.37 0 0.87 0.6
HSL 85.62º 0.77% 0.23% -
HSV(B) 85.62º 0.87% 0.4% -
XYZ 6.94 10.62 2.07 -
YUV 80.49 89.91 116.24 -
System Red Green Blue C M Y K H S L
Decimal 64 102 13 0.37 0 0.87 0.6 85.62 0.77 0.23
Hex 40 66 D 25 0 57 3C 56 4D 17
Octal 100 146 15 45 0 127 74 126 115 27
Binary 1000000 1100110 1101 100101 0 1010111 111100 1010110 1001101 10111

Color Harmonies of #40660D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40660D

Black with #40660D

Text Example


Text Example

White with #40660D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40660D; }

 p { color: rgb(64,102,13); }

 H1.HeaderClassName
 {
   color: #40660D;
 }
 .AnyTagClassName
 {
   color: #40660D;
 }
</style>

background-color css

<style>
 a { background-color: #40660D; }

 a { background-color: rgb(64,102,13); }

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

border-color css

<style>
 span { border-color: #40660D; }

 span { border-color: rgb(64,102,13); }

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