Html Css Color HEX #32541D Palm Leaf

📋 copy color: '#32541D'

red 50 ◦ green 84 ◦ blue 29

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

Shades of Palm Leaf #32541D

Tints of Palm Leaf #32541D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 51.53%

 BLUE value IS 29 (11.72% from 255) = 17.79%

R = 30.67%
G = 51.53%
B = 17.79%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#32541D (or 0x32541D) is known color: Palm Leaf. HEX triplet: 32, 54 and 1D. RGB value is (50,84,29). Sum of RGB (Red+Green+Blue) = 50+84+29=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 29 (11.72% from 255 or 17.79% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #32541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #32541D is #CDABE2. Grayscale: #434343. Windows color (decimal): -13478883 or 1922098. OLE color: 1922098.

HSL color Cylindrical-coordinate representation of color #32541D: hue angle of 97.09º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32541D is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 50 84 29 -
CMYK 0.40 0 0.65 0.67
HSL 97.09º 0.49% 0.22% -
HSV(B) 97.09º 0.65% 0.33% -
XYZ 4.71 7.11 2.29 -
YUV 67.56 106.24 115.47 -
System Red Green Blue C M Y K H S L
Decimal 50 84 29 0.40 0 0.65 0.67 97.09 0.49 0.22
Hex 32 54 1D 28 0 41 43 61 31 16
Octal 62 124 35 50 0 101 103 141 61 26
Binary 110010 1010100 11101 101000 0 1000001 1000011 1100001 110001 10110

Color Harmonies of #32541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32541D

Black with #32541D

Text Example


Text Example

White with #32541D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32541D; }

 p { color: rgb(50,84,29); }

 H1.HeaderClassName
 {
   color: #32541D;
 }
 .AnyTagClassName
 {
   color: #32541D;
 }
</style>

background-color css

<style>
 a { background-color: #32541D; }

 a { background-color: rgb(50,84,29); }

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

border-color css

<style>
 span { border-color: #32541D; }

 span { border-color: rgb(50,84,29); }

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