Html Css Color HEX #344231 Palm Leaf

📋 copy color: '#344231'

red 52 ◦ green 66 ◦ blue 49

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

Shades of Palm Leaf #344231

Tints of Palm Leaf #344231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.52%

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

R = 31.14%
G = 39.52%
B = 29.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#344231 (or 0x344231) is known color: Palm Leaf. HEX triplet: 34, 42 and 31. RGB value is (52,66,49). Sum of RGB (Red+Green+Blue) = 52+66+49=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 66 - color contains mainly: green. Hex color #344231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344231 is #CBBDCE. Grayscale: #3B3B3B. Windows color (decimal): -13352399 or 3228212. OLE color: 3228212.

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

Color convert

RGB 52 66 49 -
CMYK 0.21 0 0.26 0.74
HSL 109.41º 0.15% 0.23% -
HSV(B) 109.41º 0.26% 0.26% -
XYZ 3.92 4.85 3.63 -
YUV 59.88 121.86 122.38 -
System Red Green Blue C M Y K H S L
Decimal 52 66 49 0.21 0 0.26 0.74 109.41 0.15 0.23
Hex 34 42 31 15 0 1A 4A 6D F 17
Octal 64 102 61 25 0 32 112 155 17 27
Binary 110100 1000010 110001 10101 0 11010 1001010 1101101 1111 10111

Color Harmonies of #344231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344231

Black with #344231

Text Example


Text Example

White with #344231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344231; }

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

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

background-color css

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

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

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

border-color css

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

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

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