#40551F

Color #40551F Clover (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clover #40551F

Tints of Clover #40551F

Color information

#40551F (or 0x40551F) is unknown color: approx Clover. HEX triplet: 40, 55 and 1F. RGB value is (64,85,31). Sum of RGB (Red+Green+Blue) = 64+85+31=180 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.56% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 31 (12.5% from 255 or 17.22% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #40551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40551F is #BFAAE0. Grayscale: #484848. Windows color (decimal): -12561121 or 2053440. OLE color: 2053440.

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

Color convert

RGB648531-
CMYK0.2500.640.67
HSL83.33º46.55%22.75%-
HSV(B)83.33º63.53%33.33%-
XYZ5.617.692.48-
YUV72.56104.54121.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.56%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 31 (12.5% from 255) = 17.22%
R=35.56%
G=47.22%
B=17.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485310.2500.640.6783.3346.5522.75
Hex40551F1904043532f17
Octal100125373101001031235727
Binary100000010101011111111001010000001000011101001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40551F;
 }
 .AnyTagClassName
 {
   color: #40551F;
 }
</style>
background-color css

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

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

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

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

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

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