Html Css Color HEX #34552C Palm Leaf

📋 copy color: '#34552C'

red 52 ◦ green 85 ◦ blue 44

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

Shades of Palm Leaf #34552C

Tints of Palm Leaf #34552C

RGB

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

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

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

R = 28.73%
G = 46.96%
B = 24.31%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#34552C (or 0x34552C) is known color: Palm Leaf. HEX triplet: 34, 55 and 2C. RGB value is (52,85,44). Sum of RGB (Red+Green+Blue) = 52+85+44=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #34552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34552C is #CBAAD3. Grayscale: #464646. Windows color (decimal): -13347540 or 2905396. OLE color: 2905396.

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

Color convert

RGB 52 85 44 -
CMYK 0.39 0 0.48 0.67
HSL 108.29º 0.32% 0.25% -
HSV(B) 108.29º 0.48% 0.33% -
XYZ 5.12 7.41 3.54 -
YUV 70.46 113.07 114.83 -
System Red Green Blue C M Y K H S L
Decimal 52 85 44 0.39 0 0.48 0.67 108.29 0.32 0.25
Hex 34 55 2C 27 0 30 43 6C 20 19
Octal 64 125 54 47 0 60 103 154 40 31
Binary 110100 1010101 101100 100111 0 110000 1000011 1101100 100000 11001

Color Harmonies of #34552C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34552C

Black with #34552C

Text Example


Text Example

White with #34552C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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