Html Css Color HEX #40480D Verdun Green

📋 copy color: '#40480D'

red 64 ◦ green 72 ◦ blue 13

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

Shades of Verdun Green #40480D

Tints of Verdun Green #40480D

RGB

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

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

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

R = 42.95%
G = 48.32%
B = 8.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#40480D (or 0x40480D) is known color: Verdun Green. HEX triplet: 40, 48 and 0D. RGB value is (64,72,13). Sum of RGB (Red+Green+Blue) = 64+72+13=149 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.95% from 149); Green value is 72 (28.52% from 255 or 48.32% from 149); Blue value is 13 (5.47% from 255 or 8.72% from 149); Max value from RGB is 72 - color contains mainly: green. Hex color #40480D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40480D is #BFB7F2. Grayscale: #3F3F3F. Windows color (decimal): -12564467 or 870464. OLE color: 870464.

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

Color convert

RGB 64 72 13 -
CMYK 0.11 0 0.82 0.72
HSL 68.14º 0.69% 0.17% -
HSV(B) 68.14º 0.82% 0.28% -
XYZ 4.5 5.75 1.25 -
YUV 62.88 99.85 128.8 -
System Red Green Blue C M Y K H S L
Decimal 64 72 13 0.11 0 0.82 0.72 68.14 0.69 0.17
Hex 40 48 D B 0 52 48 44 45 11
Octal 100 110 15 13 0 122 110 104 105 21
Binary 1000000 1001000 1101 1011 0 1010010 1001000 1000100 1000101 10001

Color Harmonies of #40480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40480D

Black with #40480D

Text Example


Text Example

White with #40480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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