Html Css Color HEX #343E31 Palm Leaf

📋 copy color: '#343E31'

red 52 ◦ green 62 ◦ blue 49

#343E31
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #343E31

Tints of Palm Leaf #343E31

RGB

 RED value IS 52 (20.7% from 255) = 31.9%

 GREEN value IS 62 (24.61% from 255) = 38.04%

 BLUE value IS 49 (19.53% from 255) = 30.06%

R = 31.9%
G = 38.04%
B = 30.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.21

 K value IS 0.76

RGB Variations

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

Color information

#343E31 (or 0x343E31) is known color: Palm Leaf. HEX triplet: 34, 3E and 31. RGB value is (52,62,49). Sum of RGB (Red+Green+Blue) = 52+62+49=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 62 (24.61% from 255 or 38.04% from 163); Blue value is 49 (19.53% from 255 or 30.06% from 163); Max value from RGB is 62 - color contains mainly: green. Hex color #343E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E31 is #CBC1CE. Grayscale: #393939. Windows color (decimal): -13353423 or 3227188. OLE color: 3227188.

HSL color Cylindrical-coordinate representation of color #343E31: hue angle of 106.15º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #343E31 is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.76.

Color convert

RGB 52 62 49 -
CMYK 0.16 0 0.21 0.76
HSL 106.15º 0.12% 0.22% -
HSV(B) 106.15º 0.21% 0.24% -
XYZ 3.69 4.4 3.56 -
YUV 57.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 52 62 49 0.16 0 0.21 0.76 106.15 0.12 0.22
Hex 34 3E 31 10 0 15 4C 6A C 16
Octal 64 76 61 20 0 25 114 152 14 26
Binary 110100 111110 110001 10000 0 10101 1001100 1101010 1100 10110

Color Harmonies of #343E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343E31

Black with #343E31

Text Example


Text Example

White with #343E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,62,49); }

 H1.HeaderClassName
 {
   color: #343E31;
 }
 .AnyTagClassName
 {
   color: #343E31;
 }
</style>

background-color css

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

 a { background-color: rgb(52,62,49); }

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

border-color css

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

 span { border-color: rgb(52,62,49); }

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