Html Css Color HEX #3A542C Palm Leaf

📋 copy color: '#3A542C'

red 58 ◦ green 84 ◦ blue 44

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

Shades of Palm Leaf #3A542C

Tints of Palm Leaf #3A542C

RGB

 RED value IS 58 (23.05% from 255) = 31.18%

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

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

R = 31.18%
G = 45.16%
B = 23.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#3A542C (or 0x3A542C) is known color: Palm Leaf. HEX triplet: 3A, 54 and 2C. RGB value is (58,84,44). Sum of RGB (Red+Green+Blue) = 58+84+44=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 44 (17.58% from 255 or 23.66% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #3A542C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A542C is #C5ABD3. Grayscale: #474747. Windows color (decimal): -12954580 or 2905146. OLE color: 2905146.

HSL color Cylindrical-coordinate representation of color #3A542C: hue angle of 99º 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 #3A542C is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 58 84 44 -
CMYK 0.31 0 0.48 0.67
HSL 99º 0.31% 0.25% -
HSV(B) 99º 0.48% 0.33% -
XYZ 5.37 7.42 3.53 -
YUV 71.67 112.39 118.25 -
System Red Green Blue C M Y K H S L
Decimal 58 84 44 0.31 0 0.48 0.67 99 0.31 0.25
Hex 3A 54 2C 1F 0 30 43 63 1F 19
Octal 72 124 54 37 0 60 103 143 37 31
Binary 111010 1010100 101100 11111 0 110000 1000011 1100011 11111 11001

Color Harmonies of #3A542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A542C

Black with #3A542C

Text Example


Text Example

White with #3A542C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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