Html Css Color HEX #33502C Palm Leaf

📋 copy color: '#33502C'

red 51 ◦ green 80 ◦ blue 44

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

Shades of Palm Leaf #33502C

Tints of Palm Leaf #33502C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 45.71%

 BLUE value IS 44 (17.58% from 255) = 25.14%

R = 29.14%
G = 45.71%
B = 25.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#33502C (or 0x33502C) is known color: Palm Leaf. HEX triplet: 33, 50 and 2C. RGB value is (51,80,44). Sum of RGB (Red+Green+Blue) = 51+80+44=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 44 (17.58% from 255 or 25.14% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #33502C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33502C is #CCAFD3. Grayscale: #434343. Windows color (decimal): -13414356 or 2904115. OLE color: 2904115.

HSL color Cylindrical-coordinate representation of color #33502C: hue angle of 108.33º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #33502C is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 80 44 -
CMYK 0.36 0 0.45 0.69
HSL 108.33º 0.29% 0.24% -
HSV(B) 108.33º 0.45% 0.31% -
XYZ 4.69 6.62 3.41 -
YUV 67.23 114.89 116.43 -
System Red Green Blue C M Y K H S L
Decimal 51 80 44 0.36 0 0.45 0.69 108.33 0.29 0.24
Hex 33 50 2C 24 0 2D 45 6C 1D 18
Octal 63 120 54 44 0 55 105 154 35 30
Binary 110011 1010000 101100 100100 0 101101 1000101 1101100 11101 11000

Color Harmonies of #33502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33502C

Black with #33502C

Text Example


Text Example

White with #33502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33502C; }

 p { color: rgb(51,80,44); }

 H1.HeaderClassName
 {
   color: #33502C;
 }
 .AnyTagClassName
 {
   color: #33502C;
 }
</style>

background-color css

<style>
 a { background-color: #33502C; }

 a { background-color: rgb(51,80,44); }

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

border-color css

<style>
 span { border-color: #33502C; }

 span { border-color: rgb(51,80,44); }

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