#345331

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

Shades of Palm Leaf #345331

Tints of Palm Leaf #345331

Color information

#345331 (or 0x345331) is unknown color: approx Palm Leaf. HEX triplet: 34, 53 and 31. RGB value is (52,83,49). Sum of RGB (Red+Green+Blue) = 52+83+49=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 49 (19.53% from 255 or 26.63% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #345331 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345331 is #CBACCE. Grayscale: #454545. Windows color (decimal): -13348047 or 3232564. OLE color: 3232564.

HSL color Cylindrical-coordinate representation of color #345331: hue angle of 114.71º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #345331 is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB528349-
CMYK0.3700.410.67
HSL114.71º25.76%25.88%-
HSV(B)114.71º40.96%32.55%-
XYZ5.067.144.02-
YUV69.85116.23115.26-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.26%
GREEN value IS 83 (32.81% from 255) = 45.11%
BLUE value IS 49 (19.53% from 255) = 26.63%
R=28.26%
G=45.11%
B=26.63%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283490.3700.410.67114.7125.7625.88
Hex3453312502943731a1a
Octal6412361450511031633232
Binary11010010100111100011001010101001100001111100111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345331; }

 p { color: rgb(52,83,49); }

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

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

 a { background-color: rgb(52,83,49); }

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

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

 span { border-color: rgb(52,83,49); }

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