Html Css Color HEX #3B542D Palm Leaf

📋 copy color: '#3B542D'

red 59 ◦ green 84 ◦ blue 45

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

Shades of Palm Leaf #3B542D

Tints of Palm Leaf #3B542D

RGB

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

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

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

R = 31.38%
G = 44.68%
B = 23.94%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#3B542D (or 0x3B542D) is known color: Palm Leaf. HEX triplet: 3B, 54 and 2D. RGB value is (59,84,45). Sum of RGB (Red+Green+Blue) = 59+84+45=188 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.38% from 188); Green value is 84 (33.20% from 255 or 44.68% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 84 - color contains mainly: green. Hex color #3B542D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B542D is #C4ABD2. Grayscale: #484848. Windows color (decimal): -12889043 or 2970683. OLE color: 2970683.

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

Color convert

RGB 59 84 45 -
CMYK 0.30 0 0.46 0.67
HSL 98.46º 0.3% 0.25% -
HSV(B) 98.46º 0.46% 0.33% -
XYZ 5.45 7.46 3.64 -
YUV 72.08 112.72 118.67 -
System Red Green Blue C M Y K H S L
Decimal 59 84 45 0.30 0 0.46 0.67 98.46 0.3 0.25
Hex 3B 54 2D 1E 0 2E 43 62 1E 19
Octal 73 124 55 36 0 56 103 142 36 31
Binary 111011 1010100 101101 11110 0 101110 1000011 1100010 11110 11001

Color Harmonies of #3B542D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B542D

Black with #3B542D

Text Example


Text Example

White with #3B542D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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