Html Css Color HEX #40551A Verdun Green

📋 copy color: '#40551A'

red 64 ◦ green 85 ◦ blue 26

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

Shades of Verdun Green #40551A

Tints of Verdun Green #40551A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.86%

R = 36.57%
G = 48.57%
B = 14.86%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#40551A (or 0x40551A) is known color: Verdun Green. HEX triplet: 40, 55 and 1A. RGB value is (64,85,26). Sum of RGB (Red+Green+Blue) = 64+85+26=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #40551A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40551A is #BFAAE5. Grayscale: #484848. Windows color (decimal): -12561126 or 1725760. OLE color: 1725760.

HSL color Cylindrical-coordinate representation of color #40551A: hue angle of 81.36º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40551A is Cyan = 0.25, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 85 26 -
CMYK 0.25 0 0.69 0.67
HSL 81.36º 0.53% 0.22% -
HSV(B) 81.36º 0.69% 0.33% -
XYZ 5.55 7.66 2.16 -
YUV 72 102.04 122.3 -
System Red Green Blue C M Y K H S L
Decimal 64 85 26 0.25 0 0.69 0.67 81.36 0.53 0.22
Hex 40 55 1A 19 0 45 43 51 35 16
Octal 100 125 32 31 0 105 103 121 65 26
Binary 1000000 1010101 11010 11001 0 1000101 1000011 1010001 110101 10110

Color Harmonies of #40551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40551A

Black with #40551A

Text Example


Text Example

White with #40551A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40551A; }

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

 H1.HeaderClassName
 {
   color: #40551A;
 }
 .AnyTagClassName
 {
   color: #40551A;
 }
</style>

background-color css

<style>
 a { background-color: #40551A; }

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

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

border-color css

<style>
 span { border-color: #40551A; }

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

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