Html Css Color HEX #40480A Verdun Green

📋 copy color: '#40480A'

red 64 ◦ green 72 ◦ blue 10

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

Shades of Verdun Green #40480A

Tints of Verdun Green #40480A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 49.32%

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

R = 43.84%
G = 49.32%
B = 6.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.86

 K value IS 0.72

RGB Variations

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

Color information

#40480A (or 0x40480A) is known color: Verdun Green. HEX triplet: 40, 48 and 0A. RGB value is (64,72,10). Sum of RGB (Red+Green+Blue) = 64+72+10=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 72 (28.52% from 255 or 49.32% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 72 - color contains mainly: green. Hex color #40480A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40480A is #BFB7F5. Grayscale: #3E3E3E. Windows color (decimal): -12564470 or 673856. OLE color: 673856.

HSL color Cylindrical-coordinate representation of color #40480A: hue angle of 67.74º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #40480A is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 72 10 -
CMYK 0.11 0 0.86 0.72
HSL 67.74º 0.76% 0.16% -
HSV(B) 67.74º 0.86% 0.28% -
XYZ 4.49 5.75 1.16 -
YUV 62.54 98.35 129.04 -
System Red Green Blue C M Y K H S L
Decimal 64 72 10 0.11 0 0.86 0.72 67.74 0.76 0.16
Hex 40 48 A B 0 56 48 44 4C 10
Octal 100 110 12 13 0 126 110 104 114 20
Binary 1000000 1001000 1010 1011 0 1010110 1001000 1000100 1001100 10000

Color Harmonies of #40480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40480A

Black with #40480A

Text Example


Text Example

White with #40480A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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