Html Css Color HEX #344332 Palm Leaf

📋 copy color: '#344332'

red 52 ◦ green 67 ◦ blue 50

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

Shades of Palm Leaf #344332

Tints of Palm Leaf #344332

RGB

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

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

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

R = 30.77%
G = 39.64%
B = 29.59%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.25

 K value IS 0.74

RGB Variations

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

Color information

#344332 (or 0x344332) is known color: Palm Leaf. HEX triplet: 34, 43 and 32. RGB value is (52,67,50). Sum of RGB (Red+Green+Blue) = 52+67+50=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 67 (26.56% from 255 or 39.64% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 67 - color contains mainly: green. Hex color #344332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344332 is #CBBCCD. Grayscale: #3C3C3C. Windows color (decimal): -13352142 or 3294004. OLE color: 3294004.

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

Color convert

RGB 52 67 50 -
CMYK 0.22 0 0.25 0.74
HSL 112.94º 0.15% 0.23% -
HSV(B) 112.94º 0.25% 0.26% -
XYZ 4 4.97 3.77 -
YUV 60.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 52 67 50 0.22 0 0.25 0.74 112.94 0.15 0.23
Hex 34 43 32 16 0 19 4A 71 F 17
Octal 64 103 62 26 0 31 112 161 17 27
Binary 110100 1000011 110010 10110 0 11001 1001010 1110001 1111 10111

Color Harmonies of #344332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344332

Black with #344332

Text Example


Text Example

White with #344332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344332; }

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

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

background-color css

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

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

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

border-color css

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

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

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