Html Css Color HEX #34502E Palm Leaf

📋 copy color: '#34502E'

red 52 ◦ green 80 ◦ blue 46

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

Shades of Palm Leaf #34502E

Tints of Palm Leaf #34502E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.94%

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

R = 29.21%
G = 44.94%
B = 25.84%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#34502E (or 0x34502E) is known color: Palm Leaf. HEX triplet: 34, 50 and 2E. RGB value is (52,80,46). Sum of RGB (Red+Green+Blue) = 52+80+46=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 46 (18.36% from 255 or 25.84% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #34502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34502E is #CBAFD1. Grayscale: #434343. Windows color (decimal): -13348818 or 3035188. OLE color: 3035188.

HSL color Cylindrical-coordinate representation of color #34502E: hue angle of 109.41º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34502E is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 80 46 -
CMYK 0.35 0 0.42 0.69
HSL 109.41º 0.27% 0.25% -
HSV(B) 109.41º 0.43% 0.31% -
XYZ 4.78 6.66 3.62 -
YUV 67.75 115.72 116.76 -
System Red Green Blue C M Y K H S L
Decimal 52 80 46 0.35 0 0.42 0.69 109.41 0.27 0.25
Hex 34 50 2E 23 0 2A 45 6D 1B 19
Octal 64 120 56 43 0 52 105 155 33 31
Binary 110100 1010000 101110 100011 0 101010 1000101 1101101 11011 11001

Color Harmonies of #34502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34502E

Black with #34502E

Text Example


Text Example

White with #34502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34502E; }

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

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

background-color css

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

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

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

border-color css

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

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

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