#344A27

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

Shades of Palm Leaf #344A27

Tints of Palm Leaf #344A27

Color information

#344A27 (or 0x344A27) is unknown color: approx Palm Leaf. HEX triplet: 34, 4A and 27. RGB value is (52,74,39). Sum of RGB (Red+Green+Blue) = 52+74+39=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 74 - color contains mainly: green. Hex color #344A27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344A27 is #CBB5D8. Grayscale: #3F3F3F. Windows color (decimal): -13350361 or 2574900. OLE color: 2574900.

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

Color convert

RGB527439-
CMYK0.3000.470.71
HSL97.71º30.97%22.16%-
HSV(B)97.71º47.3%29.02%-
XYZ4.235.772.81-
YUV63.43114.21119.85-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 74 (29.30% from 255) = 44.85%
BLUE value IS 39 (15.62% from 255) = 23.64%
R=31.52%
G=44.85%
B=23.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5274390.3000.470.7197.7130.9722.16
Hex344A271E02F47621f16
Octal6411247360571071423726
Binary1101001001010100111111100101111100011111000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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