#40433F

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

Shades of Palm Leaf #40433F

Tints of Palm Leaf #40433F

Color information

#40433F (or 0x40433F) is unknown color: approx Palm Leaf. HEX triplet: 40, 43 and 3F. RGB value is (64,67,63). Sum of RGB (Red+Green+Blue) = 64+67+63=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 63 (25% from 255 or 32.47% from 194); Max value from RGB is 67 - color contains mainly: green. Hex color #40433F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40433F is #BFBCC0. Grayscale: #414141. Windows color (decimal): -12565697 or 4145984. OLE color: 4145984.

HSL color Cylindrical-coordinate representation of color #40433F: hue angle of 105º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #40433F is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB646763-
CMYK0.0400.060.74
HSL105º3.08%25.49%-
HSV(B)105º5.97%26.27%-
XYZ5.025.465.49-
YUV65.65126.51126.83-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 67 (26.56% from 255) = 34.54%
BLUE value IS 63 (25% from 255) = 32.47%
R=32.99%
G=34.54%
B=32.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6467630.0400.060.741053.0825.49
Hex40433F4064A69319
Octal10010377406112151331
Binary100000010000111111111000110100101011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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