Html Css Color HEX #344B2C Palm Leaf

📋 copy color: '#344B2C'

red 52 ◦ green 75 ◦ blue 44

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

Shades of Palm Leaf #344B2C

Tints of Palm Leaf #344B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25.73%

R = 30.41%
G = 43.86%
B = 25.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#344B2C (or 0x344B2C) is known color: Palm Leaf. HEX triplet: 34, 4B and 2C. RGB value is (52,75,44). Sum of RGB (Red+Green+Blue) = 52+75+44=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 75 (29.69% from 255 or 43.86% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 75 - color contains mainly: green. Hex color #344B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344B2C is #CBB4D3. Grayscale: #404040. Windows color (decimal): -13350100 or 2902836. OLE color: 2902836.

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

Color convert

RGB 52 75 44 -
CMYK 0.31 0 0.41 0.71
HSL 104.52º 0.26% 0.23% -
HSV(B) 104.52º 0.41% 0.29% -
XYZ 4.39 5.94 3.3 -
YUV 64.59 116.38 119.02 -
System Red Green Blue C M Y K H S L
Decimal 52 75 44 0.31 0 0.41 0.71 104.52 0.26 0.23
Hex 34 4B 2C 1F 0 29 47 69 1A 17
Octal 64 113 54 37 0 51 107 151 32 27
Binary 110100 1001011 101100 11111 0 101001 1000111 1101001 11010 10111

Color Harmonies of #344B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #344B2C

Black with #344B2C

Text Example


Text Example

White with #344B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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