#345021

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

Shades of Palm Leaf #345021

Tints of Palm Leaf #345021

Color information

#345021 (or 0x345021) is unknown color: approx Palm Leaf. HEX triplet: 34, 50 and 21. RGB value is (52,80,33). Sum of RGB (Red+Green+Blue) = 52+80+33=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 80 (31.64% from 255 or 48.48% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 80 - color contains mainly: green. Hex color #345021 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345021 is #CBAFDE. Grayscale: #424242. Windows color (decimal): -13348831 or 2183220. OLE color: 2183220.

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

Color convert

RGB528033-
CMYK0.3500.590.69
HSL95.74º41.59%22.16%-
HSV(B)95.74º58.75%31.37%-
XYZ4.566.582.47-
YUV66.27109.22117.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 80 (31.64% from 255) = 48.48%
BLUE value IS 33 (13.28% from 255) = 20%
R=31.52%
G=48.48%
B=20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280330.3500.590.6995.7441.5922.16
Hex3450212303B45602a16
Octal6412041430731051405226
Binary110100101000010000110001101110111000101110000010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345021; }

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

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

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

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

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

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

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

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