Html Css Color HEX #40550F Verdun Green

📋 copy color: '#40550F'

red 64 ◦ green 85 ◦ blue 15

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

Shades of Verdun Green #40550F

Tints of Verdun Green #40550F

RGB

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

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

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

R = 39.02%
G = 51.83%
B = 9.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#40550F (or 0x40550F) is known color: Verdun Green. HEX triplet: 40, 55 and 0F. RGB value is (64,85,15). Sum of RGB (Red+Green+Blue) = 64+85+15=164 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.02% from 164); Green value is 85 (33.59% from 255 or 51.83% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 85 - color contains mainly: green. Hex color #40550F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40550F is #BFAAF0. Grayscale: #474747. Windows color (decimal): -12561137 or 1004864. OLE color: 1004864.

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

Color convert

RGB 64 85 15 -
CMYK 0.25 0 0.82 0.67
HSL 78º 0.7% 0.2% -
HSV(B) 78º 0.82% 0.33% -
XYZ 5.45 7.62 1.64 -
YUV 70.74 96.54 123.19 -
System Red Green Blue C M Y K H S L
Decimal 64 85 15 0.25 0 0.82 0.67 78 0.7 0.2
Hex 40 55 F 19 0 52 43 4E 46 14
Octal 100 125 17 31 0 122 103 116 106 24
Binary 1000000 1010101 1111 11001 0 1010010 1000011 1001110 1000110 10100

Color Harmonies of #40550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40550F

Black with #40550F

Text Example


Text Example

White with #40550F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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