#344233

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

Shades of Palm Leaf #344233

Tints of Palm Leaf #344233

Color information

#344233 (or 0x344233) is unknown color: approx Palm Leaf. HEX triplet: 34, 42 and 33. RGB value is (52,66,51). Sum of RGB (Red+Green+Blue) = 52+66+51=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 66 - color contains mainly: green. Hex color #344233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344233 is #CBBDCC. Grayscale: #3C3C3C. Windows color (decimal): -13352397 or 3359284. OLE color: 3359284.

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

Color convert

RGB526651-
CMYK0.2100.230.74
HSL116º12.82%22.94%-
HSV(B)116º22.73%25.88%-
XYZ3.964.873.86-
YUV60.1122.86122.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.77%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 51 (20.31% from 255) = 30.18%
R=30.77%
G=39.05%
B=30.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5266510.2100.230.7411612.8222.94
Hex344233150174A74d17
Octal6410263250271121641527
Binary11010010000101100111010101011110010101110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344233; }

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

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

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

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

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

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

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

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