Html Css Color HEX #344132 Palm Leaf

📋 copy color: '#344132'

red 52 ◦ green 65 ◦ blue 50

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

Shades of Palm Leaf #344132

Tints of Palm Leaf #344132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.92%

 BLUE value IS 50 (19.92% from 255) = 29.94%

R = 31.14%
G = 38.92%
B = 29.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#344132 (or 0x344132) is known color: Palm Leaf. HEX triplet: 34, 41 and 32. RGB value is (52,65,50). Sum of RGB (Red+Green+Blue) = 52+65+50=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 65 - color contains mainly: green. Hex color #344132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344132 is #CBBECD. Grayscale: #3B3B3B. Windows color (decimal): -13352654 or 3293492. OLE color: 3293492.

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

Color convert

RGB 52 65 50 -
CMYK 0.20 0 0.23 0.75
HSL 112º 0.13% 0.23% -
HSV(B) 112º 0.23% 0.25% -
XYZ 3.88 4.74 3.73 -
YUV 59.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 52 65 50 0.20 0 0.23 0.75 112 0.13 0.23
Hex 34 41 32 14 0 17 4B 70 D 17
Octal 64 101 62 24 0 27 113 160 15 27
Binary 110100 1000001 110010 10100 0 10111 1001011 1110000 1101 10111

Color Harmonies of #344132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344132

Black with #344132

Text Example


Text Example

White with #344132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344132; }

 p { color: rgb(52,65,50); }

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

background-color css

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

 a { background-color: rgb(52,65,50); }

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

border-color css

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

 span { border-color: rgb(52,65,50); }

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