Html Css Color HEX #343E2F Palm Leaf

📋 copy color: '#343E2F'

red 52 ◦ green 62 ◦ blue 47

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

Shades of Palm Leaf #343E2F

Tints of Palm Leaf #343E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.19%

R = 32.3%
G = 38.51%
B = 29.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.76

RGB Variations

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

Color information

#343E2F (or 0x343E2F) is known color: Palm Leaf. HEX triplet: 34, 3E and 2F. RGB value is (52,62,47). Sum of RGB (Red+Green+Blue) = 52+62+47=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 62 (24.61% from 255 or 38.51% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 62 - color contains mainly: green. Hex color #343E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E2F is #CBC1D0. Grayscale: #393939. Windows color (decimal): -13353425 or 3096116. OLE color: 3096116.

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

Color convert

RGB 52 62 47 -
CMYK 0.16 0 0.24 0.76
HSL 100º 0.14% 0.21% -
HSV(B) 100º 0.24% 0.24% -
XYZ 3.65 4.38 3.34 -
YUV 57.3 122.19 124.22 -
System Red Green Blue C M Y K H S L
Decimal 52 62 47 0.16 0 0.24 0.76 100 0.14 0.21
Hex 34 3E 2F 10 0 18 4C 64 E 15
Octal 64 76 57 20 0 30 114 144 16 25
Binary 110100 111110 101111 10000 0 11000 1001100 1100100 1110 10101

Color Harmonies of #343E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343E2F

Black with #343E2F

Text Example


Text Example

White with #343E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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