#345426

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

Shades of Palm Leaf #345426

Tints of Palm Leaf #345426

Color information

#345426 (or 0x345426) is unknown color: approx Palm Leaf. HEX triplet: 34, 54 and 26. RGB value is (52,84,38). Sum of RGB (Red+Green+Blue) = 52+84+38=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 38 (15.23% from 255 or 21.84% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #345426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345426 is #CBABD9. Grayscale: #454545. Windows color (decimal): -13347802 or 2511924. OLE color: 2511924.

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

Color convert

RGB528438-
CMYK0.3800.550.67
HSL101.74º37.7%23.92%-
HSV(B)101.74º54.76%32.94%-
XYZ4.947.212.97-
YUV69.19110.4115.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.89%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 38 (15.23% from 255) = 21.84%
R=29.89%
G=48.28%
B=21.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5284380.3800.550.67101.7437.723.92
Hex3454262603743662618
Octal6412446460671031464630
Binary110100101010010011010011001101111000011110011010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345426; }

 p { color: rgb(52,84,38); }

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

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

 a { background-color: rgb(52,84,38); }

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

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

 span { border-color: rgb(52,84,38); }

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