Html Css Color HEX #344C2E Palm Leaf

📋 copy color: '#344C2E'

red 52 ◦ green 76 ◦ blue 46

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

Shades of Palm Leaf #344C2E

Tints of Palm Leaf #344C2E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 43.68%

 BLUE value IS 46 (18.36% from 255) = 26.44%

R = 29.89%
G = 43.68%
B = 26.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#344C2E (or 0x344C2E) is known color: Palm Leaf. HEX triplet: 34, 4C and 2E. RGB value is (52,76,46). Sum of RGB (Red+Green+Blue) = 52+76+46=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 76 (30.08% from 255 or 43.68% from 174); Blue value is 46 (18.36% from 255 or 26.44% from 174); Max value from RGB is 76 - color contains mainly: green. Hex color #344C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344C2E is #CBB3D1. Grayscale: #414141. Windows color (decimal): -13349842 or 3034164. OLE color: 3034164.

HSL color Cylindrical-coordinate representation of color #344C2E: hue angle of 108º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #344C2E is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.70.

Color convert

RGB 52 76 46 -
CMYK 0.32 0 0.39 0.70
HSL 108º 0.25% 0.24% -
HSV(B) 108º 0.39% 0.3% -
XYZ 4.49 6.1 3.52 -
YUV 65.4 117.05 118.44 -
System Red Green Blue C M Y K H S L
Decimal 52 76 46 0.32 0 0.39 0.70 108 0.25 0.24
Hex 34 4C 2E 20 0 27 46 6C 19 18
Octal 64 114 56 40 0 47 106 154 31 30
Binary 110100 1001100 101110 100000 0 100111 1000110 1101100 11001 11000

Color Harmonies of #344C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344C2E

Black with #344C2E

Text Example


Text Example

White with #344C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,76,46); }

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

background-color css

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

 a { background-color: rgb(52,76,46); }

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

border-color css

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

 span { border-color: rgb(52,76,46); }

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