Html Css Color HEX #40660C Verdun Green

📋 copy color: '#40660C'

red 64 ◦ green 102 ◦ blue 12

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

Shades of Verdun Green #40660C

Tints of Verdun Green #40660C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.74%

R = 35.96%
G = 57.3%
B = 6.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.88

 K value IS 0.6

RGB Variations

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

Color information

#40660C (or 0x40660C) is known color: Verdun Green. HEX triplet: 40, 66 and 0C. RGB value is (64,102,12). Sum of RGB (Red+Green+Blue) = 64+102+12=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 102 (40.23% from 255 or 57.30% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 102 - color contains mainly: green. Hex color #40660C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40660C is #BF99F3. Grayscale: #505050. Windows color (decimal): -12556788 or 812608. OLE color: 812608.

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

Color convert

RGB 64 102 12 -
CMYK 0.37 0 0.88 0.6
HSL 85.33º 0.79% 0.22% -
HSV(B) 85.33º 0.88% 0.4% -
XYZ 6.93 10.62 2.03 -
YUV 80.38 89.41 116.32 -
System Red Green Blue C M Y K H S L
Decimal 64 102 12 0.37 0 0.88 0.6 85.33 0.79 0.22
Hex 40 66 C 25 0 58 3C 55 4F 16
Octal 100 146 14 45 0 130 74 125 117 26
Binary 1000000 1100110 1100 100101 0 1011000 111100 1010101 1001111 10110

Color Harmonies of #40660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40660C

Black with #40660C

Text Example


Text Example

White with #40660C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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