#344230

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

Shades of Palm Leaf #344230

Tints of Palm Leaf #344230

Color information

#344230 (or 0x344230) is unknown color: approx Palm Leaf. HEX triplet: 34, 42 and 30. RGB value is (52,66,48). Sum of RGB (Red+Green+Blue) = 52+66+48=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 66 - color contains mainly: green. Hex color #344230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344230 is #CBBDCF. Grayscale: #3B3B3B. Windows color (decimal): -13352400 or 3162676. OLE color: 3162676.

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

Color convert

RGB526648-
CMYK0.2100.270.74
HSL106.67º15.79%22.35%-
HSV(B)106.67º27.27%25.88%-
XYZ3.94.843.53-
YUV59.76121.36122.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.33%
GREEN value IS 66 (26.17% from 255) = 39.76%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=31.33%
G=39.76%
B=28.92%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5266480.2100.270.74106.6715.7922.35
Hex3442301501B4A6b1016
Octal6410260250331121532026
Binary110100100001011000010101011011100101011010111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344230; }

 p { color: rgb(52,66,48); }

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

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

 a { background-color: rgb(52,66,48); }

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

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

 span { border-color: rgb(52,66,48); }

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