Html Css Color HEX #34522F Palm Leaf

📋 copy color: '#34522F'

red 52 ◦ green 82 ◦ blue 47

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

Shades of Palm Leaf #34522F

Tints of Palm Leaf #34522F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 45.3%

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

R = 28.73%
G = 45.3%
B = 25.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#34522F (or 0x34522F) is known color: Palm Leaf. HEX triplet: 34, 52 and 2F. RGB value is (52,82,47). Sum of RGB (Red+Green+Blue) = 52+82+47=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 82 (32.42% from 255 or 45.30% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 82 - color contains mainly: green. Hex color #34522F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34522F is #CBADD0. Grayscale: #454545. Windows color (decimal): -13348305 or 3101236. OLE color: 3101236.

HSL color Cylindrical-coordinate representation of color #34522F: hue angle of 111.43º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #34522F is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB 52 82 47 -
CMYK 0.37 0 0.43 0.68
HSL 111.43º 0.27% 0.25% -
HSV(B) 111.43º 0.43% 0.32% -
XYZ 4.95 6.97 3.77 -
YUV 69.04 115.56 115.85 -
System Red Green Blue C M Y K H S L
Decimal 52 82 47 0.37 0 0.43 0.68 111.43 0.27 0.25
Hex 34 52 2F 25 0 2B 44 6F 1B 19
Octal 64 122 57 45 0 53 104 157 33 31
Binary 110100 1010010 101111 100101 0 101011 1000100 1101111 11011 11001

Color Harmonies of #34522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34522F

Black with #34522F

Text Example


Text Example

White with #34522F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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