Html Css Color HEX #40550C Verdun Green

📋 copy color: '#40550C'

red 64 ◦ green 85 ◦ blue 12

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

Shades of Verdun Green #40550C

Tints of Verdun Green #40550C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.45%

R = 39.75%
G = 52.8%
B = 7.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#40550C (or 0x40550C) is known color: Verdun Green. HEX triplet: 40, 55 and 0C. RGB value is (64,85,12). Sum of RGB (Red+Green+Blue) = 64+85+12=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 85 (33.59% from 255 or 52.80% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 85 - color contains mainly: green. Hex color #40550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40550C is #BFAAF3. Grayscale: #464646. Windows color (decimal): -12561140 or 808256. OLE color: 808256.

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

Color convert

RGB 64 85 12 -
CMYK 0.25 0 0.86 0.67
HSL 77.26º 0.75% 0.19% -
HSV(B) 77.26º 0.86% 0.33% -
XYZ 5.43 7.61 1.53 -
YUV 70.4 95.04 123.44 -
System Red Green Blue C M Y K H S L
Decimal 64 85 12 0.25 0 0.86 0.67 77.26 0.75 0.19
Hex 40 55 C 19 0 56 43 4D 4B 13
Octal 100 125 14 31 0 126 103 115 113 23
Binary 1000000 1010101 1100 11001 0 1010110 1000011 1001101 1001011 10011

Color Harmonies of #40550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40550C

Black with #40550C

Text Example


Text Example

White with #40550C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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