Html Css Color HEX #344331 Palm Leaf

📋 copy color: '#344331'

red 52 ◦ green 67 ◦ blue 49

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

Shades of Palm Leaf #344331

Tints of Palm Leaf #344331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 39.88%

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

R = 30.95%
G = 39.88%
B = 29.17%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#344331 (or 0x344331) is known color: Palm Leaf. HEX triplet: 34, 43 and 31. RGB value is (52,67,49). Sum of RGB (Red+Green+Blue) = 52+67+49=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 67 - color contains mainly: green. Hex color #344331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344331 is #CBBCCE. Grayscale: #3C3C3C. Windows color (decimal): -13352143 or 3228468. OLE color: 3228468.

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

Color convert

RGB 52 67 49 -
CMYK 0.22 0 0.27 0.74
HSL 110º 0.16% 0.23% -
HSV(B) 110º 0.27% 0.26% -
XYZ 3.98 4.97 3.65 -
YUV 60.46 121.53 121.96 -
System Red Green Blue C M Y K H S L
Decimal 52 67 49 0.22 0 0.27 0.74 110 0.16 0.23
Hex 34 43 31 16 0 1B 4A 6E 10 17
Octal 64 103 61 26 0 33 112 156 20 27
Binary 110100 1000011 110001 10110 0 11011 1001010 1101110 10000 10111

Color Harmonies of #344331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344331

Black with #344331

Text Example


Text Example

White with #344331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344331; }

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

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

background-color css

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

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

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

border-color css

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

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

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