#374634

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

Shades of Palm Leaf #374634

Tints of Palm Leaf #374634

Color information

#374634 (or 0x374634) is unknown color: approx Palm Leaf. HEX triplet: 37, 46 and 34. RGB value is (55,70,52). Sum of RGB (Red+Green+Blue) = 55+70+52=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 70 - color contains mainly: green. Hex color #374634 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374634 is #C8B9CB. Grayscale: #3F3F3F. Windows color (decimal): -13154764 or 3425847. OLE color: 3425847.

HSL color Cylindrical-coordinate representation of color #374634: hue angle of 110º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #374634 is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB557052-
CMYK0.2100.260.73
HSL110º14.75%23.92%-
HSV(B)110º25.71%27.45%-
XYZ4.395.444.07-
YUV63.46121.53121.96-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.07%
GREEN value IS 70 (27.73% from 255) = 39.55%
BLUE value IS 52 (20.70% from 255) = 29.38%
R=31.07%
G=39.55%
B=29.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5570520.2100.260.7311014.7523.92
Hex3746341501A496ef18
Octal6710664250321111561730
Binary11011110001101101001010101101010010011101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374634; }

 p { color: rgb(55,70,52); }

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

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

 a { background-color: rgb(55,70,52); }

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

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

 span { border-color: rgb(55,70,52); }

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