#434941

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

Shades of Palm Leaf #434941

Tints of Palm Leaf #434941

Color information

#434941 (or 0x434941) is unknown color: approx Palm Leaf. HEX triplet: 43, 49 and 41. RGB value is (67,73,65). Sum of RGB (Red+Green+Blue) = 67+73+65=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 73 (28.91% from 255 or 35.61% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 73 - color contains mainly: green. Hex color #434941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434941 is #BCB6BE. Grayscale: #464646. Windows color (decimal): -12367551 or 4278595. OLE color: 4278595.

HSL color Cylindrical-coordinate representation of color #434941: hue angle of 105º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #434941 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB677365-
CMYK0.0800.110.71
HSL105º5.8%27.06%-
HSV(B)105º10.96%28.63%-
XYZ5.656.345.93-
YUV70.29125.01125.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.68%
GREEN value IS 73 (28.91% from 255) = 35.61%
BLUE value IS 65 (25.78% from 255) = 31.71%
R=32.68%
G=35.61%
B=31.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6773650.0800.110.711055.827.06
Hex43494180B476961b
Octal10311110110013107151633
Binary1000011100100110000011000010111000111110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434941; }

 p { color: rgb(67,73,65); }

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

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

 a { background-color: rgb(67,73,65); }

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

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

 span { border-color: rgb(67,73,65); }

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