Html Css Color HEX #32522B Palm Leaf

📋 copy color: '#32522B'

red 50 ◦ green 82 ◦ blue 43

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

Shades of Palm Leaf #32522B

Tints of Palm Leaf #32522B

RGB

 RED value IS 50 (19.92% from 255) = 28.57%

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

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

R = 28.57%
G = 46.86%
B = 24.57%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#32522B (or 0x32522B) is known color: Palm Leaf. HEX triplet: 32, 52 and 2B. RGB value is (50,82,43). Sum of RGB (Red+Green+Blue) = 50+82+43=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 82 (32.42% from 255 or 46.86% from 175); Blue value is 43 (17.19% from 255 or 24.57% from 175); Max value from RGB is 82 - color contains mainly: green. Hex color #32522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32522B is #CDADD4. Grayscale: #444444. Windows color (decimal): -13479381 or 2839090. OLE color: 2839090.

HSL color Cylindrical-coordinate representation of color #32522B: hue angle of 109.23º 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 #32522B is Cyan = 0.39, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 82 43 -
CMYK 0.39 0 0.48 0.68
HSL 109.23º 0.31% 0.25% -
HSV(B) 109.23º 0.48% 0.32% -
XYZ 4.77 6.89 3.36 -
YUV 67.99 113.9 115.17 -
System Red Green Blue C M Y K H S L
Decimal 50 82 43 0.39 0 0.48 0.68 109.23 0.31 0.25
Hex 32 52 2B 27 0 30 44 6D 1F 19
Octal 62 122 53 47 0 60 104 155 37 31
Binary 110010 1010010 101011 100111 0 110000 1000100 1101101 11111 11001

Color Harmonies of #32522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32522B

Black with #32522B

Text Example


Text Example

White with #32522B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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