Html Css Color HEX #34502D Palm Leaf

📋 copy color: '#34502D'

red 52 ◦ green 80 ◦ blue 45

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

Shades of Palm Leaf #34502D

Tints of Palm Leaf #34502D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.42%

R = 29.38%
G = 45.2%
B = 25.42%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#34502D (or 0x34502D) is known color: Palm Leaf. HEX triplet: 34, 50 and 2D. RGB value is (52,80,45). Sum of RGB (Red+Green+Blue) = 52+80+45=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 45 (17.97% from 255 or 25.42% from 177); Max value from RGB is 80 - color contains mainly: green. Hex color #34502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34502D is #CBAFD2. Grayscale: #434343. Windows color (decimal): -13348819 or 2969652. OLE color: 2969652.

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

Color convert

RGB 52 80 45 -
CMYK 0.35 0 0.44 0.69
HSL 108º 0.28% 0.25% -
HSV(B) 108º 0.44% 0.31% -
XYZ 4.76 6.66 3.52 -
YUV 67.64 115.22 116.85 -
System Red Green Blue C M Y K H S L
Decimal 52 80 45 0.35 0 0.44 0.69 108 0.28 0.25
Hex 34 50 2D 23 0 2C 45 6C 1C 19
Octal 64 120 55 43 0 54 105 154 34 31
Binary 110100 1010000 101101 100011 0 101100 1000101 1101100 11100 11001

Color Harmonies of #34502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34502D

Black with #34502D

Text Example


Text Example

White with #34502D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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