Html Css Color HEX #3B542F Palm Leaf

📋 copy color: '#3B542F'

red 59 ◦ green 84 ◦ blue 47

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

Shades of Palm Leaf #3B542F

Tints of Palm Leaf #3B542F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 24.74%

R = 31.05%
G = 44.21%
B = 24.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#3B542F (or 0x3B542F) is known color: Palm Leaf. HEX triplet: 3B, 54 and 2F. RGB value is (59,84,47). Sum of RGB (Red+Green+Blue) = 59+84+47=190 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.05% from 190); Green value is 84 (33.20% from 255 or 44.21% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 84 - color contains mainly: green. Hex color #3B542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B542F is #C4ABD0. Grayscale: #484848. Windows color (decimal): -12889041 or 3101755. OLE color: 3101755.

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

Color convert

RGB 59 84 47 -
CMYK 0.30 0 0.44 0.67
HSL 100.54º 0.28% 0.26% -
HSV(B) 100.54º 0.44% 0.33% -
XYZ 5.49 7.48 3.84 -
YUV 72.31 113.72 118.51 -
System Red Green Blue C M Y K H S L
Decimal 59 84 47 0.30 0 0.44 0.67 100.54 0.28 0.26
Hex 3B 54 2F 1E 0 2C 43 65 1C 1A
Octal 73 124 57 36 0 54 103 145 34 32
Binary 111011 1010100 101111 11110 0 101100 1000011 1100101 11100 11010

Color Harmonies of #3B542F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B542F

Black with #3B542F

Text Example


Text Example

White with #3B542F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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