Html Css Color HEX #32521B Palm Leaf

📋 copy color: '#32521B'

red 50 ◦ green 82 ◦ blue 27

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

Shades of Palm Leaf #32521B

Tints of Palm Leaf #32521B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.98%

R = 31.45%
G = 51.57%
B = 16.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#32521B (or 0x32521B) is known color: Palm Leaf. HEX triplet: 32, 52 and 1B. RGB value is (50,82,27). Sum of RGB (Red+Green+Blue) = 50+82+27=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 82 (32.42% from 255 or 51.57% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 82 - color contains mainly: green. Hex color #32521B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32521B is #CDADE4. Grayscale: #424242. Windows color (decimal): -13479397 or 1790514. OLE color: 1790514.

HSL color Cylindrical-coordinate representation of color #32521B: hue angle of 94.91º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32521B is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 50 82 27 -
CMYK 0.39 0 0.67 0.68
HSL 94.91º 0.5% 0.21% -
HSV(B) 94.91º 0.67% 0.32% -
XYZ 4.53 6.79 2.11 -
YUV 66.16 105.9 116.47 -
System Red Green Blue C M Y K H S L
Decimal 50 82 27 0.39 0 0.67 0.68 94.91 0.5 0.21
Hex 32 52 1B 27 0 43 44 5F 32 15
Octal 62 122 33 47 0 103 104 137 62 25
Binary 110010 1010010 11011 100111 0 1000011 1000100 1011111 110010 10101

Color Harmonies of #32521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32521B

Black with #32521B

Text Example


Text Example

White with #32521B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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