Html Css Color HEX #344E2A Palm Leaf

📋 copy color: '#344E2A'

red 52 ◦ green 78 ◦ blue 42

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

Shades of Palm Leaf #344E2A

Tints of Palm Leaf #344E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 24.42%

R = 30.23%
G = 45.35%
B = 24.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.46

 K value IS 0.69

RGB Variations

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

Color information

#344E2A (or 0x344E2A) is known color: Palm Leaf. HEX triplet: 34, 4E and 2A. RGB value is (52,78,42). Sum of RGB (Red+Green+Blue) = 52+78+42=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 78 - color contains mainly: green. Hex color #344E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344E2A is #CBB1D5. Grayscale: #424242. Windows color (decimal): -13349334 or 2772532. OLE color: 2772532.

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

Color convert

RGB 52 78 42 -
CMYK 0.33 0 0.46 0.69
HSL 103.33º 0.3% 0.24% -
HSV(B) 103.33º 0.46% 0.31% -
XYZ 4.56 6.35 3.18 -
YUV 66.12 114.39 117.93 -
System Red Green Blue C M Y K H S L
Decimal 52 78 42 0.33 0 0.46 0.69 103.33 0.3 0.24
Hex 34 4E 2A 21 0 2E 45 67 1E 18
Octal 64 116 52 41 0 56 105 147 36 30
Binary 110100 1001110 101010 100001 0 101110 1000101 1100111 11110 11000

Color Harmonies of #344E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344E2A

Black with #344E2A

Text Example


Text Example

White with #344E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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