#365422

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

Shades of Palm Leaf #365422

Tints of Palm Leaf #365422

Color information

#365422 (or 0x365422) is unknown color: approx Palm Leaf. HEX triplet: 36, 54 and 22. RGB value is (54,84,34). Sum of RGB (Red+Green+Blue) = 54+84+34=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 84 (33.20% from 255 or 48.84% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 84 - color contains mainly: green. Hex color #365422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #365422 is #C9ABDD. Grayscale: #454545. Windows color (decimal): -13216734 or 2249782. OLE color: 2249782.

HSL color Cylindrical-coordinate representation of color #365422: hue angle of 96º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #365422 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB548434-
CMYK0.3600.600.67
HSL96º42.37%23.14%-
HSV(B)96º59.52%32.94%-
XYZ4.987.242.65-
YUV69.33108.06117.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.40%
GREEN value IS 84 (33.20% from 255) = 48.84%
BLUE value IS 34 (13.67% from 255) = 19.77%
R=31.40%
G=48.84%
B=19.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5484340.3600.600.679642.3723.14
Hex3654222403C43602a17
Octal6612442440741031405227
Binary110110101010010001010010001111001000011110000010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365422; }

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

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

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

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

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

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

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

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