Html Css Color HEX #344131 Palm Leaf

📋 copy color: '#344131'

red 52 ◦ green 65 ◦ blue 49

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

Shades of Palm Leaf #344131

Tints of Palm Leaf #344131

RGB

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

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

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

R = 31.33%
G = 39.16%
B = 29.52%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#344131 (or 0x344131) is known color: Palm Leaf. HEX triplet: 34, 41 and 31. RGB value is (52,65,49). Sum of RGB (Red+Green+Blue) = 52+65+49=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 65 - color contains mainly: green. Hex color #344131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344131 is #CBBECE. Grayscale: #3B3B3B. Windows color (decimal): -13352655 or 3227956. OLE color: 3227956.

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

Color convert

RGB 52 65 49 -
CMYK 0.20 0 0.25 0.75
HSL 108.75º 0.14% 0.22% -
HSV(B) 108.75º 0.25% 0.25% -
XYZ 3.86 4.73 3.62 -
YUV 59.29 122.19 122.8 -
System Red Green Blue C M Y K H S L
Decimal 52 65 49 0.20 0 0.25 0.75 108.75 0.14 0.22
Hex 34 41 31 14 0 19 4B 6D E 16
Octal 64 101 61 24 0 31 113 155 16 26
Binary 110100 1000001 110001 10100 0 11001 1001011 1101101 1110 10110

Color Harmonies of #344131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344131

Black with #344131

Text Example


Text Example

White with #344131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344131; }

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

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

background-color css

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

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

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

border-color css

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

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

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