#434C40

Color #434C40 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #434C40

Tints of Palm Leaf #434C40

Color information

#434C40 (or 0x434C40) is unknown color: approx Palm Leaf. HEX triplet: 43, 4C and 40. RGB value is (67,76,64). Sum of RGB (Red+Green+Blue) = 67+76+64=207 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.37% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 76 - color contains mainly: green. Hex color #434C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434C40 is #BCB3BF. Grayscale: #474747. Windows color (decimal): -12366784 or 4213827. OLE color: 4213827.

HSL color Cylindrical-coordinate representation of color #434C40: hue angle of 105º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #434C40 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB677664-
CMYK0.1200.160.70
HSL105º8.57%27.45%-
HSV(B)105º15.79%29.8%-
XYZ5.826.735.84-
YUV71.94123.52124.48-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.37%
GREEN value IS 76 (30.08% from 255) = 36.71%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=32.37%
G=36.71%
B=30.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6776640.1200.160.701058.5727.45
Hex434C40C010466991b
Octal103114100140201061511133
Binary100001110011001000000110001000010001101101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434C40; }

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

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

<style>
 a { background-color: #434C40; }

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

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

<style>
 span { border-color: #434C40; }

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

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