#343F33

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

Shades of Palm Leaf #343F33

Tints of Palm Leaf #343F33

Color information

#343F33 (or 0x343F33) is unknown color: approx Palm Leaf. HEX triplet: 34, 3F and 33. RGB value is (52,63,51). Sum of RGB (Red+Green+Blue) = 52+63+51=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 63 (25% from 255 or 37.95% from 166); Blue value is 51 (20.31% from 255 or 30.72% from 166); Max value from RGB is 63 - color contains mainly: green. Hex color #343F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F33 is #CBC0CC. Grayscale: #3A3A3A. Windows color (decimal): -13353165 or 3358516. OLE color: 3358516.

HSL color Cylindrical-coordinate representation of color #343F33: hue angle of 115º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #343F33 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.75.

Color convert

RGB526351-
CMYK0.1700.190.75
HSL115º10.53%22.35%-
HSV(B)115º19.05%24.71%-
XYZ3.794.523.81-
YUV58.34123.86123.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.33%
GREEN value IS 63 (25% from 255) = 37.95%
BLUE value IS 51 (20.31% from 255) = 30.72%
R=31.33%
G=37.95%
B=30.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5263510.1700.190.7511510.5322.35
Hex343F33110134B73b16
Octal647763210231131631326
Binary1101001111111100111000101001110010111110011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343F33; }

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

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

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

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

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

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

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

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