#404C2F

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

Shades of Clover #404C2F

Tints of Clover #404C2F

Color information

#404C2F (or 0x404C2F) is unknown color: approx Clover. HEX triplet: 40, 4C and 2F. RGB value is (64,76,47). Sum of RGB (Red+Green+Blue) = 64+76+47=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #404C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404C2F is #BFB3D0. Grayscale: #454545. Windows color (decimal): -12563409 or 3099712. OLE color: 3099712.

HSL color Cylindrical-coordinate representation of color #404C2F: hue angle of 84.83º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #404C2F is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB647647-
CMYK0.1600.380.70
HSL84.83º23.58%24.12%-
HSV(B)84.83º38.16%29.8%-
XYZ5.216.463.66-
YUV69.11115.52124.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 76 (30.08% from 255) = 40.64%
BLUE value IS 47 (18.75% from 255) = 25.13%
R=34.22%
G=40.64%
B=25.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6476470.1600.380.7084.8323.5824.12
Hex404C2F1002646551818
Octal10011457200461061253030
Binary10000001001100101111100000100110100011010101011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404C2F; }

 p { color: rgb(64,76,47); }

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

<style>
 a { background-color: #404C2F; }

 a { background-color: rgb(64,76,47); }

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

<style>
 span { border-color: #404C2F; }

 span { border-color: rgb(64,76,47); }

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