#325427

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

Shades of Palm Leaf #325427

Tints of Palm Leaf #325427

Color information

#325427 (or 0x325427) is unknown color: approx Palm Leaf. HEX triplet: 32, 54 and 27. RGB value is (50,84,39). Sum of RGB (Red+Green+Blue) = 50+84+39=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #325427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #325427 is #CDABD8. Grayscale: #444444. Windows color (decimal): -13478873 or 2577458. OLE color: 2577458.

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

Color convert

RGB508439-
CMYK0.4000.540.67
HSL105.33º36.59%24.12%-
HSV(B)105.33º53.57%32.94%-
XYZ4.857.173.05-
YUV68.7111.24114.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.90%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 39 (15.62% from 255) = 22.54%
R=28.90%
G=48.55%
B=22.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5084390.4000.540.67105.3336.5924.12
Hex3254272803643692518
Octal6212447500661031514530
Binary110010101010010011110100001101101000011110100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #325427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #325427; }

 p { color: rgb(50,84,39); }

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

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

 a { background-color: rgb(50,84,39); }

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

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

 span { border-color: rgb(50,84,39); }

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