Html Css Color HEX #3A522F Palm Leaf

📋 copy color: '#3A522F'

red 58 ◦ green 82 ◦ blue 47

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

Shades of Palm Leaf #3A522F

Tints of Palm Leaf #3A522F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 43.85%

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

R = 31.02%
G = 43.85%
B = 25.13%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#3A522F (or 0x3A522F) is known color: Palm Leaf. HEX triplet: 3A, 52 and 2F. RGB value is (58,82,47). Sum of RGB (Red+Green+Blue) = 58+82+47=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 82 (32.42% from 255 or 43.85% from 187); Blue value is 47 (18.75% from 255 or 25.13% from 187); Max value from RGB is 82 - color contains mainly: green. Hex color #3A522F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A522F is #C5ADD0. Grayscale: #464646. Windows color (decimal): -12955089 or 3101242. OLE color: 3101242.

HSL color Cylindrical-coordinate representation of color #3A522F: hue angle of 101.14º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A522F is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.68.

Color convert

RGB 58 82 47 -
CMYK 0.29 0 0.43 0.68
HSL 101.14º 0.27% 0.25% -
HSV(B) 101.14º 0.43% 0.32% -
XYZ 5.28 7.14 3.79 -
YUV 70.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 58 82 47 0.29 0 0.43 0.68 101.14 0.27 0.25
Hex 3A 52 2F 1D 0 2B 44 65 1B 19
Octal 72 122 57 35 0 53 104 145 33 31
Binary 111010 1010010 101111 11101 0 101011 1000100 1100101 11011 11001

Color Harmonies of #3A522F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A522F

Black with #3A522F

Text Example


Text Example

White with #3A522F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,82,47); }

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

background-color css

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

 a { background-color: rgb(58,82,47); }

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

border-color css

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

 span { border-color: rgb(58,82,47); }

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