Html Css Color HEX #40550D Verdun Green

📋 copy color: '#40550D'

red 64 ◦ green 85 ◦ blue 13

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

Shades of Verdun Green #40550D

Tints of Verdun Green #40550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 52.47%

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

R = 39.51%
G = 52.47%
B = 8.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#40550D (or 0x40550D) is known color: Verdun Green. HEX triplet: 40, 55 and 0D. RGB value is (64,85,13). Sum of RGB (Red+Green+Blue) = 64+85+13=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 13 (5.47% from 255 or 8.02% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #40550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40550D is #BFAAF2. Grayscale: #464646. Windows color (decimal): -12561139 or 873792. OLE color: 873792.

HSL color Cylindrical-coordinate representation of color #40550D: hue angle of 77.5º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40550D is Cyan = 0.25, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 85 13 -
CMYK 0.25 0 0.85 0.67
HSL 77.5º 0.73% 0.19% -
HSV(B) 77.5º 0.85% 0.33% -
XYZ 5.44 7.62 1.56 -
YUV 70.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 64 85 13 0.25 0 0.85 0.67 77.5 0.73 0.19
Hex 40 55 D 19 0 55 43 4E 49 13
Octal 100 125 15 31 0 125 103 116 111 23
Binary 1000000 1010101 1101 11001 0 1010101 1000011 1001110 1001001 10011

Color Harmonies of #40550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40550D

Black with #40550D

Text Example


Text Example

White with #40550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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