#365425

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

Shades of Palm Leaf #365425

Tints of Palm Leaf #365425

Color information

#365425 (or 0x365425) is unknown color: approx Palm Leaf. HEX triplet: 36, 54 and 25. RGB value is (54,84,37). Sum of RGB (Red+Green+Blue) = 54+84+37=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #365425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365425 is #C9ABDA. Grayscale: #454545. Windows color (decimal): -13216731 or 2446390. OLE color: 2446390.

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

Color convert

RGB548437-
CMYK0.3600.560.67
HSL98.3º38.84%23.73%-
HSV(B)98.3º55.95%32.94%-
XYZ5.037.262.89-
YUV69.67109.56116.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.86%
GREEN value IS 84 (33.20% from 255) = 48%
BLUE value IS 37 (14.84% from 255) = 21.14%
R=30.86%
G=48%
B=21.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5484370.3600.560.6798.338.8423.73
Hex3654252403843622718
Octal6612445440701031424730
Binary110110101010010010110010001110001000011110001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365425; }

 p { color: rgb(54,84,37); }

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

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

 a { background-color: rgb(54,84,37); }

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

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

 span { border-color: rgb(54,84,37); }

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