Html Css Color HEX #344B32 Palm Leaf

📋 copy color: '#344B32'

red 52 ◦ green 75 ◦ blue 50

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

Shades of Palm Leaf #344B32

Tints of Palm Leaf #344B32

RGB

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

 GREEN value IS 75 (29.69% from 255) = 42.37%

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

R = 29.38%
G = 42.37%
B = 28.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.33

 K value IS 0.71

RGB Variations

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

Color information

#344B32 (or 0x344B32) is known color: Palm Leaf. HEX triplet: 34, 4B and 32. RGB value is (52,75,50). Sum of RGB (Red+Green+Blue) = 52+75+50=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 75 (29.69% from 255 or 42.37% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 75 - color contains mainly: green. Hex color #344B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344B32 is #CBB4CD. Grayscale: #414141. Windows color (decimal): -13350094 or 3296052. OLE color: 3296052.

HSL color Cylindrical-coordinate representation of color #344B32: hue angle of 115.2º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #344B32 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 75 50 -
CMYK 0.31 0 0.33 0.71
HSL 115.2º 0.2% 0.25% -
HSV(B) 115.2º 0.33% 0.29% -
XYZ 4.51 5.99 3.94 -
YUV 65.27 119.38 118.53 -
System Red Green Blue C M Y K H S L
Decimal 52 75 50 0.31 0 0.33 0.71 115.2 0.2 0.25
Hex 34 4B 32 1F 0 21 47 73 14 19
Octal 64 113 62 37 0 41 107 163 24 31
Binary 110100 1001011 110010 11111 0 100001 1000111 1110011 10100 11001

Color Harmonies of #344B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344B32

Black with #344B32

Text Example


Text Example

White with #344B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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