Html Css Color HEX #40540F Verdun Green

📋 copy color: '#40540F'

red 64 ◦ green 84 ◦ blue 15

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

Shades of Verdun Green #40540F

Tints of Verdun Green #40540F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 51.53%

 BLUE value IS 15 (6.25% from 255) = 9.2%

R = 39.26%
G = 51.53%
B = 9.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#40540F (or 0x40540F) is known color: Verdun Green. HEX triplet: 40, 54 and 0F. RGB value is (64,84,15). Sum of RGB (Red+Green+Blue) = 64+84+15=163 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.26% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #40540F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40540F is #BFABF0. Grayscale: #464646. Windows color (decimal): -12561393 or 1004608. OLE color: 1004608.

HSL color Cylindrical-coordinate representation of color #40540F: hue angle of 77.39º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40540F is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 84 15 -
CMYK 0.24 0 0.82 0.67
HSL 77.39º 0.7% 0.19% -
HSV(B) 77.39º 0.82% 0.33% -
XYZ 5.37 7.47 1.61 -
YUV 70.15 96.87 123.61 -
System Red Green Blue C M Y K H S L
Decimal 64 84 15 0.24 0 0.82 0.67 77.39 0.7 0.19
Hex 40 54 F 18 0 52 43 4D 46 13
Octal 100 124 17 30 0 122 103 115 106 23
Binary 1000000 1010100 1111 11000 0 1010010 1000011 1001101 1000110 10011

Color Harmonies of #40540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40540F

Black with #40540F

Text Example


Text Example

White with #40540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40540F; }

 p { color: rgb(64,84,15); }

 H1.HeaderClassName
 {
   color: #40540F;
 }
 .AnyTagClassName
 {
   color: #40540F;
 }
</style>

background-color css

<style>
 a { background-color: #40540F; }

 a { background-color: rgb(64,84,15); }

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

border-color css

<style>
 span { border-color: #40540F; }

 span { border-color: rgb(64,84,15); }

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