#374F2D

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

Shades of Palm Leaf #374F2D

Tints of Palm Leaf #374F2D

Color information

#374F2D (or 0x374F2D) is unknown color: approx Palm Leaf. HEX triplet: 37, 4F and 2D. RGB value is (55,79,45). Sum of RGB (Red+Green+Blue) = 55+79+45=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 79 (31.25% from 255 or 44.13% from 179); Blue value is 45 (17.97% from 255 or 25.14% from 179); Max value from RGB is 79 - color contains mainly: green. Hex color #374F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F2D is #C8B0D2. Grayscale: #444444. Windows color (decimal): -13152467 or 2969399. OLE color: 2969399.

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

Color convert

RGB557945-
CMYK0.3000.430.69
HSL102.35º27.42%24.31%-
HSV(B)102.35º43.04%30.98%-
XYZ4.856.593.5-
YUV67.95115.05118.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.73%
GREEN value IS 79 (31.25% from 255) = 44.13%
BLUE value IS 45 (17.97% from 255) = 25.14%
R=30.73%
G=44.13%
B=25.14%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5579450.3000.430.69102.3527.4224.31
Hex374F2D1E02B45661b18
Octal6711755360531051463330
Binary1101111001111101101111100101011100010111001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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