#345327

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

Shades of Palm Leaf #345327

Tints of Palm Leaf #345327

Color information

#345327 (or 0x345327) is unknown color: approx Palm Leaf. HEX triplet: 34, 53 and 27. RGB value is (52,83,39). Sum of RGB (Red+Green+Blue) = 52+83+39=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 39 (15.62% from 255 or 22.41% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #345327 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345327 is #CBACD8. Grayscale: #444444. Windows color (decimal): -13348057 or 2577204. OLE color: 2577204.

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

Color convert

RGB528339-
CMYK0.3700.530.67
HSL102.27º36.07%23.92%-
HSV(B)102.27º53.01%32.55%-
XYZ4.887.063.03-
YUV68.71111.23116.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.89%
GREEN value IS 83 (32.81% from 255) = 47.70%
BLUE value IS 39 (15.62% from 255) = 22.41%
R=29.89%
G=47.70%
B=22.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5283390.3700.530.67102.2736.0723.92
Hex3453272503543662418
Octal6412347450651031464430
Binary110100101001110011110010101101011000011110011010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345327; }

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

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

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

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

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

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

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

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