#344B27

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

Shades of Palm Leaf #344B27

Tints of Palm Leaf #344B27

Color information

#344B27 (or 0x344B27) is unknown color: approx Palm Leaf. HEX triplet: 34, 4B and 27. RGB value is (52,75,39). Sum of RGB (Red+Green+Blue) = 52+75+39=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 75 (29.69% from 255 or 45.18% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 75 - color contains mainly: green. Hex color #344B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344B27 is #CBB4D8. Grayscale: #404040. Windows color (decimal): -13350105 or 2575156. OLE color: 2575156.

HSL color Cylindrical-coordinate representation of color #344B27: hue angle of 98.33º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #344B27 is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.71.

Color convert

RGB527539-
CMYK0.3100.480.71
HSL98.33º31.58%22.35%-
HSV(B)98.33º48%29.41%-
XYZ4.35.912.83-
YUV64.02113.88119.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.33%
GREEN value IS 75 (29.69% from 255) = 45.18%
BLUE value IS 39 (15.62% from 255) = 23.49%
R=31.33%
G=45.18%
B=23.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5275390.3100.480.7198.3331.5822.35
Hex344B271F03047622016
Octal6411347370601071424026
Binary11010010010111001111111101100001000111110001010000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344B27; }

 p { color: rgb(52,75,39); }

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

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

 a { background-color: rgb(52,75,39); }

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

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

 span { border-color: rgb(52,75,39); }

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