Html Css Color HEX #34552D Palm Leaf

📋 copy color: '#34552D'

red 52 ◦ green 85 ◦ blue 45

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

Shades of Palm Leaf #34552D

Tints of Palm Leaf #34552D

RGB

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

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

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

R = 28.57%
G = 46.7%
B = 24.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#34552D (or 0x34552D) is known color: Palm Leaf. HEX triplet: 34, 55 and 2D. RGB value is (52,85,45). Sum of RGB (Red+Green+Blue) = 52+85+45=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #34552D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34552D is #CBAAD2. Grayscale: #464646. Windows color (decimal): -13347539 or 2970932. OLE color: 2970932.

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

Color convert

RGB 52 85 45 -
CMYK 0.39 0 0.47 0.67
HSL 109.5º 0.31% 0.25% -
HSV(B) 109.5º 0.47% 0.33% -
XYZ 5.14 7.42 3.64 -
YUV 70.57 113.57 114.75 -
System Red Green Blue C M Y K H S L
Decimal 52 85 45 0.39 0 0.47 0.67 109.5 0.31 0.25
Hex 34 55 2D 27 0 2F 43 6E 1F 19
Octal 64 125 55 47 0 57 103 156 37 31
Binary 110100 1010101 101101 100111 0 101111 1000011 1101110 11111 11001

Color Harmonies of #34552D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34552D

Black with #34552D

Text Example


Text Example

White with #34552D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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