Html Css Color HEX #3B542C Palm Leaf

📋 copy color: '#3B542C'

red 59 ◦ green 84 ◦ blue 44

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

Shades of Palm Leaf #3B542C

Tints of Palm Leaf #3B542C

RGB

 RED value IS 59 (23.44% from 255) = 31.55%

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

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

R = 31.55%
G = 44.92%
B = 23.53%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#3B542C (or 0x3B542C) is known color: Palm Leaf. HEX triplet: 3B, 54 and 2C. RGB value is (59,84,44). Sum of RGB (Red+Green+Blue) = 59+84+44=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 44 (17.58% from 255 or 23.53% from 187); Max value from RGB is 84 - color contains mainly: green. Hex color #3B542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B542C is #C4ABD3. Grayscale: #484848. Windows color (decimal): -12889044 or 2905147. OLE color: 2905147.

HSL color Cylindrical-coordinate representation of color #3B542C: hue angle of 97.5º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B542C is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 84 44 -
CMYK 0.30 0 0.48 0.67
HSL 97.5º 0.31% 0.25% -
HSV(B) 97.5º 0.48% 0.33% -
XYZ 5.43 7.45 3.54 -
YUV 71.97 112.22 118.75 -
System Red Green Blue C M Y K H S L
Decimal 59 84 44 0.30 0 0.48 0.67 97.5 0.31 0.25
Hex 3B 54 2C 1E 0 30 43 62 1F 19
Octal 73 124 54 36 0 60 103 142 37 31
Binary 111011 1010100 101100 11110 0 110000 1000011 1100010 11111 11001

Color Harmonies of #3B542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B542C

Black with #3B542C

Text Example


Text Example

White with #3B542C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B542C; }

 p { color: rgb(59,84,44); }

 H1.HeaderClassName
 {
   color: #3B542C;
 }
 .AnyTagClassName
 {
   color: #3B542C;
 }
</style>

background-color css

<style>
 a { background-color: #3B542C; }

 a { background-color: rgb(59,84,44); }

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

border-color css

<style>
 span { border-color: #3B542C; }

 span { border-color: rgb(59,84,44); }

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