#345031

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

Shades of Palm Leaf #345031

Tints of Palm Leaf #345031

Color information

#345031 (or 0x345031) is unknown color: approx Palm Leaf. HEX triplet: 34, 50 and 31. RGB value is (52,80,49). Sum of RGB (Red+Green+Blue) = 52+80+49=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 49 (19.53% from 255 or 27.07% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #345031 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345031 is #CBAFCE. Grayscale: #444444. Windows color (decimal): -13348815 or 3231796. OLE color: 3231796.

HSL color Cylindrical-coordinate representation of color #345031: hue angle of 114.19º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #345031 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB528049-
CMYK0.3500.390.69
HSL114.19º24.03%25.29%-
HSV(B)114.19º38.75%31.37%-
XYZ4.846.693.94-
YUV68.09117.22116.52-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 49 (19.53% from 255) = 27.07%
R=28.73%
G=44.20%
B=27.07%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280490.3500.390.69114.1924.0325.29
Hex3450312302745721819
Octal6412061430471051623031
Binary11010010100001100011000110100111100010111100101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345031; }

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

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

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

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

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

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

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

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