Html Css Color HEX #34552E Palm Leaf

📋 copy color: '#34552E'

red 52 ◦ green 85 ◦ blue 46

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

Shades of Palm Leaf #34552E

Tints of Palm Leaf #34552E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 46.45%

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

R = 28.42%
G = 46.45%
B = 25.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#34552E (or 0x34552E) is known color: Palm Leaf. HEX triplet: 34, 55 and 2E. RGB value is (52,85,46). Sum of RGB (Red+Green+Blue) = 52+85+46=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 85 (33.59% from 255 or 46.45% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 85 - color contains mainly: green. Hex color #34552E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34552E is #CBAAD1. Grayscale: #464646. Windows color (decimal): -13347538 or 3036468. OLE color: 3036468.

HSL color Cylindrical-coordinate representation of color #34552E: hue angle of 110.77º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #34552E is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 85 46 -
CMYK 0.39 0 0.46 0.67
HSL 110.77º 0.3% 0.26% -
HSV(B) 110.77º 0.46% 0.33% -
XYZ 5.16 7.42 3.75 -
YUV 70.69 114.07 114.67 -
System Red Green Blue C M Y K H S L
Decimal 52 85 46 0.39 0 0.46 0.67 110.77 0.3 0.26
Hex 34 55 2E 27 0 2E 43 6F 1E 1A
Octal 64 125 56 47 0 56 103 157 36 32
Binary 110100 1010101 101110 100111 0 101110 1000011 1101111 11110 11010

Color Harmonies of #34552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34552E

Black with #34552E

Text Example


Text Example

White with #34552E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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