Html Css Color HEX #34522B Palm Leaf

📋 copy color: '#34522B'

red 52 ◦ green 82 ◦ blue 43

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

Shades of Palm Leaf #34522B

Tints of Palm Leaf #34522B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.29%

R = 29.38%
G = 46.33%
B = 24.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#34522B (or 0x34522B) is known color: Palm Leaf. HEX triplet: 34, 52 and 2B. RGB value is (52,82,43). Sum of RGB (Red+Green+Blue) = 52+82+43=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 82 (32.42% from 255 or 46.33% from 177); Blue value is 43 (17.19% from 255 or 24.29% from 177); Max value from RGB is 82 - color contains mainly: green. Hex color #34522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #34522B is #CBADD4. Grayscale: #444444. Windows color (decimal): -13348309 or 2839092. OLE color: 2839092.

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

Color convert

RGB 52 82 43 -
CMYK 0.37 0 0.48 0.68
HSL 106.15º 0.31% 0.25% -
HSV(B) 106.15º 0.48% 0.32% -
XYZ 4.87 6.94 3.37 -
YUV 68.58 113.56 116.17 -
System Red Green Blue C M Y K H S L
Decimal 52 82 43 0.37 0 0.48 0.68 106.15 0.31 0.25
Hex 34 52 2B 25 0 30 44 6A 1F 19
Octal 64 122 53 45 0 60 104 152 37 31
Binary 110100 1010010 101011 100101 0 110000 1000100 1101010 11111 11001

Color Harmonies of #34522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34522B

Black with #34522B

Text Example


Text Example

White with #34522B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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