Html Css Color HEX #344631 Palm Leaf

📋 copy color: '#344631'

red 52 ◦ green 70 ◦ blue 49

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

Shades of Palm Leaf #344631

Tints of Palm Leaf #344631

RGB

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

 GREEN value IS 70 (27.73% from 255) = 40.94%

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

R = 30.41%
G = 40.94%
B = 28.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#344631 (or 0x344631) is known color: Palm Leaf. HEX triplet: 34, 46 and 31. RGB value is (52,70,49). Sum of RGB (Red+Green+Blue) = 52+70+49=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 70 (27.73% from 255 or 40.94% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 70 - color contains mainly: green. Hex color #344631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344631 is #CBB9CE. Grayscale: #3E3E3E. Windows color (decimal): -13351375 or 3229236. OLE color: 3229236.

HSL color Cylindrical-coordinate representation of color #344631: hue angle of 111.43º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #344631 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 52 70 49 -
CMYK 0.26 0 0.30 0.73
HSL 111.43º 0.18% 0.23% -
HSV(B) 111.43º 0.3% 0.27% -
XYZ 4.16 5.33 3.72 -
YUV 62.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 52 70 49 0.26 0 0.30 0.73 111.43 0.18 0.23
Hex 34 46 31 1A 0 1E 49 6F 12 17
Octal 64 106 61 32 0 36 111 157 22 27
Binary 110100 1000110 110001 11010 0 11110 1001001 1101111 10010 10111

Color Harmonies of #344631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344631

Black with #344631

Text Example


Text Example

White with #344631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #344631; }

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

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

background-color css

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

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

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

border-color css

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

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

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