Html Css Color HEX #34552F Palm Leaf

📋 copy color: '#34552F'

red 52 ◦ green 85 ◦ blue 47

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

Shades of Palm Leaf #34552F

Tints of Palm Leaf #34552F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.54%

R = 28.26%
G = 46.2%
B = 25.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.45

 K value IS 0.67

RGB Variations

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

Color information

#34552F (or 0x34552F) is known color: Palm Leaf. HEX triplet: 34, 55 and 2F. RGB value is (52,85,47). Sum of RGB (Red+Green+Blue) = 52+85+47=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 85 (33.59% from 255 or 46.20% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 85 - color contains mainly: green. Hex color #34552F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34552F is #CBAAD0. Grayscale: #464646. Windows color (decimal): -13347537 or 3102004. OLE color: 3102004.

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

Color convert

RGB 52 85 47 -
CMYK 0.39 0 0.45 0.67
HSL 112.11º 0.29% 0.26% -
HSV(B) 112.11º 0.45% 0.33% -
XYZ 5.18 7.43 3.85 -
YUV 70.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 52 85 47 0.39 0 0.45 0.67 112.11 0.29 0.26
Hex 34 55 2F 27 0 2D 43 70 1D 1A
Octal 64 125 57 47 0 55 103 160 35 32
Binary 110100 1010101 101111 100111 0 101101 1000011 1110000 11101 11010

Color Harmonies of #34552F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34552F

Black with #34552F

Text Example


Text Example

White with #34552F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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