Html Css Color HEX #344E2B Palm Leaf

📋 copy color: '#344E2B'

red 52 ◦ green 78 ◦ blue 43

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

Shades of Palm Leaf #344E2B

Tints of Palm Leaf #344E2B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 45.09%

 BLUE value IS 43 (17.19% from 255) = 24.86%

R = 30.06%
G = 45.09%
B = 24.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#344E2B (or 0x344E2B) is known color: Palm Leaf. HEX triplet: 34, 4E and 2B. RGB value is (52,78,43). Sum of RGB (Red+Green+Blue) = 52+78+43=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 78 (30.86% from 255 or 45.09% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 78 - color contains mainly: green. Hex color #344E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E2B is #CBB1D4. Grayscale: #424242. Windows color (decimal): -13349333 or 2838068. OLE color: 2838068.

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

Color convert

RGB 52 78 43 -
CMYK 0.33 0 0.45 0.69
HSL 104.57º 0.29% 0.24% -
HSV(B) 104.57º 0.45% 0.31% -
XYZ 4.58 6.35 3.27 -
YUV 66.24 114.89 117.85 -
System Red Green Blue C M Y K H S L
Decimal 52 78 43 0.33 0 0.45 0.69 104.57 0.29 0.24
Hex 34 4E 2B 21 0 2D 45 69 1D 18
Octal 64 116 53 41 0 55 105 151 35 30
Binary 110100 1001110 101011 100001 0 101101 1000101 1101001 11101 11000

Color Harmonies of #344E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344E2B

Black with #344E2B

Text Example


Text Example

White with #344E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,78,43); }

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

background-color css

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

 a { background-color: rgb(52,78,43); }

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

border-color css

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

 span { border-color: rgb(52,78,43); }

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