Html Css Color HEX #33522D Palm Leaf

📋 copy color: '#33522D'

red 51 ◦ green 82 ◦ blue 45

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

Shades of Palm Leaf #33522D

Tints of Palm Leaf #33522D

RGB

 RED value IS 51 (20.31% from 255) = 28.65%

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

 BLUE value IS 45 (17.97% from 255) = 25.28%

R = 28.65%
G = 46.07%
B = 25.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.45

 K value IS 0.68

RGB Variations

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

Color information

#33522D (or 0x33522D) is known color: Palm Leaf. HEX triplet: 33, 52 and 2D. RGB value is (51,82,45). Sum of RGB (Red+Green+Blue) = 51+82+45=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 45 (17.97% from 255 or 25.28% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #33522D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33522D is #CCADD2. Grayscale: #444444. Windows color (decimal): -13413843 or 2970163. OLE color: 2970163.

HSL color Cylindrical-coordinate representation of color #33522D: hue angle of 110.27º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33522D is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.68.

Color convert

RGB 51 82 45 -
CMYK 0.38 0 0.45 0.68
HSL 110.27º 0.29% 0.25% -
HSV(B) 110.27º 0.45% 0.32% -
XYZ 4.86 6.93 3.56 -
YUV 68.51 114.73 115.51 -
System Red Green Blue C M Y K H S L
Decimal 51 82 45 0.38 0 0.45 0.68 110.27 0.29 0.25
Hex 33 52 2D 26 0 2D 44 6E 1D 19
Octal 63 122 55 46 0 55 104 156 35 31
Binary 110011 1010010 101101 100110 0 101101 1000100 1101110 11101 11001

Color Harmonies of #33522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33522D

Black with #33522D

Text Example


Text Example

White with #33522D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,82,45); }

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

background-color css

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

 a { background-color: rgb(51,82,45); }

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

border-color css

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

 span { border-color: rgb(51,82,45); }

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