#375326

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

Shades of Palm Leaf #375326

Tints of Palm Leaf #375326

Color information

#375326 (or 0x375326) is unknown color: approx Palm Leaf. HEX triplet: 37, 53 and 26. RGB value is (55,83,38). Sum of RGB (Red+Green+Blue) = 55+83+38=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #375326 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375326 is #C8ACD9. Grayscale: #454545. Windows color (decimal): -13151450 or 2511671. OLE color: 2511671.

HSL color Cylindrical-coordinate representation of color #375326: hue angle of 97.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 #375326 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB558338-
CMYK0.3400.540.67
HSL97.33º37.19%23.73%-
HSV(B)97.33º54.22%32.55%-
XYZ5.027.142.95-
YUV69.5110.22117.66-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.25%
GREEN value IS 83 (32.81% from 255) = 47.16%
BLUE value IS 38 (15.23% from 255) = 21.59%
R=31.25%
G=47.16%
B=21.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5583380.3400.540.6797.3337.1923.73
Hex3753262203643612518
Octal6712346420661031414530
Binary110111101001110011010001001101101000011110000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375326; }

 p { color: rgb(55,83,38); }

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

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

 a { background-color: rgb(55,83,38); }

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

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

 span { border-color: rgb(55,83,38); }

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