Html Css Color HEX #40600A Verdun Green

📋 copy color: '#40600A'

red 64 ◦ green 96 ◦ blue 10

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

Shades of Verdun Green #40600A

Tints of Verdun Green #40600A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.88%

R = 37.65%
G = 56.47%
B = 5.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#40600A (or 0x40600A) is known color: Verdun Green. HEX triplet: 40, 60 and 0A. RGB value is (64,96,10). Sum of RGB (Red+Green+Blue) = 64+96+10=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 96 (37.89% from 255 or 56.47% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 96 - color contains mainly: green. Hex color #40600A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40600A is #BF9FF5. Grayscale: #4C4C4C. Windows color (decimal): -12558326 or 680000. OLE color: 680000.

HSL color Cylindrical-coordinate representation of color #40600A: hue angle of 82.33º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40600A is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 96 10 -
CMYK 0.33 0 0.90 0.62
HSL 82.33º 0.81% 0.21% -
HSV(B) 82.33º 0.9% 0.38% -
XYZ 6.35 9.48 1.78 -
YUV 76.63 90.4 118.99 -
System Red Green Blue C M Y K H S L
Decimal 64 96 10 0.33 0 0.90 0.62 82.33 0.81 0.21
Hex 40 60 A 21 0 5A 3E 52 51 15
Octal 100 140 12 41 0 132 76 122 121 25
Binary 1000000 1100000 1010 100001 0 1011010 111110 1010010 1010001 10101

Color Harmonies of #40600A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40600A

Black with #40600A

Text Example


Text Example

White with #40600A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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