#374E2D

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

Shades of Palm Leaf #374E2D

Tints of Palm Leaf #374E2D

Color information

#374E2D (or 0x374E2D) is unknown color: approx Palm Leaf. HEX triplet: 37, 4E and 2D. RGB value is (55,78,45). Sum of RGB (Red+Green+Blue) = 55+78+45=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 78 (30.86% from 255 or 43.82% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 78 - color contains mainly: green. Hex color #374E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374E2D is #C8B1D2. Grayscale: #434343. Windows color (decimal): -13152723 or 2969143. OLE color: 2969143.

HSL color Cylindrical-coordinate representation of color #374E2D: hue angle of 101.82º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #374E2D is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB557845-
CMYK0.2900.420.69
HSL101.82º26.83%24.12%-
HSV(B)101.82º42.31%30.59%-
XYZ4.776.453.48-
YUV67.36115.38119.18-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.90%
GREEN value IS 78 (30.86% from 255) = 43.82%
BLUE value IS 45 (17.97% from 255) = 25.28%
R=30.90%
G=43.82%
B=25.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5578450.2900.420.69101.8226.8324.12
Hex374E2D1D02A45661b18
Octal6711655350521051463330
Binary1101111001110101101111010101010100010111001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374E2D; }

 p { color: rgb(55,78,45); }

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

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

 a { background-color: rgb(55,78,45); }

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

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

 span { border-color: rgb(55,78,45); }

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