#374034

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

Shades of Palm Leaf #374034

Tints of Palm Leaf #374034

Color information

#374034 (or 0x374034) is unknown color: approx Palm Leaf. HEX triplet: 37, 40 and 34. RGB value is (55,64,52). Sum of RGB (Red+Green+Blue) = 55+64+52=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 52 (20.70% from 255 or 30.41% from 171); Max value from RGB is 64 - color contains mainly: green. Hex color #374034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374034 is #C8BFCB. Grayscale: #3B3B3B. Windows color (decimal): -13156300 or 3424311. OLE color: 3424311.

HSL color Cylindrical-coordinate representation of color #374034: hue angle of 105º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #374034 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB556452-
CMYK0.1400.190.75
HSL105º10.34%22.75%-
HSV(B)105º18.75%25.1%-
XYZ4.034.733.95-
YUV59.94123.52124.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.16%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 52 (20.70% from 255) = 30.41%
R=32.16%
G=37.43%
B=30.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5564520.1400.190.7510510.3422.75
Hex374034E0134B69a17
Octal6710064160231131511227
Binary1101111000000110100111001001110010111101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374034; }

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

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

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

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

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

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

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

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