#375422

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

Shades of Palm Leaf #375422

Tints of Palm Leaf #375422

Color information

#375422 (or 0x375422) is unknown color: approx Palm Leaf. HEX triplet: 37, 54 and 22. RGB value is (55,84,34). Sum of RGB (Red+Green+Blue) = 55+84+34=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 84 (33.20% from 255 or 48.55% from 173); Blue value is 34 (13.67% from 255 or 19.65% from 173); Max value from RGB is 84 - color contains mainly: green. Hex color #375422 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375422 is #C8ABDD. Grayscale: #454545. Windows color (decimal): -13151198 or 2249783. OLE color: 2249783.

HSL color Cylindrical-coordinate representation of color #375422: hue angle of 94.8º 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 #375422 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB558434-
CMYK0.3500.600.67
HSL94.8º42.37%23.14%-
HSV(B)94.8º59.52%32.94%-
XYZ5.037.272.65-
YUV69.63107.89117.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.79%
GREEN value IS 84 (33.20% from 255) = 48.55%
BLUE value IS 34 (13.67% from 255) = 19.65%
R=31.79%
G=48.55%
B=19.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5584340.3500.600.6794.842.3723.14
Hex3754222303C435f2a17
Octal6712442430741031375227
Binary110111101010010001010001101111001000011101111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375422; }

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

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

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

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

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

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

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

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