Html Css Color HEX #3A5429 Palm Leaf

📋 copy color: '#3A5429'

red 58 ◦ green 84 ◦ blue 41

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

Shades of Palm Leaf #3A5429

Tints of Palm Leaf #3A5429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 22.4%

R = 31.69%
G = 45.9%
B = 22.4%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#3A5429 (or 0x3A5429) is known color: Palm Leaf. HEX triplet: 3A, 54 and 29. RGB value is (58,84,41). Sum of RGB (Red+Green+Blue) = 58+84+41=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 84 (33.20% from 255 or 45.90% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 84 - color contains mainly: green. Hex color #3A5429 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5429 is #C5ABD6. Grayscale: #474747. Windows color (decimal): -12954583 or 2708538. OLE color: 2708538.

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

Color convert

RGB 58 84 41 -
CMYK 0.31 0 0.51 0.67
HSL 96.28º 0.34% 0.25% -
HSV(B) 96.28º 0.51% 0.33% -
XYZ 5.32 7.4 3.25 -
YUV 71.32 110.89 118.5 -
System Red Green Blue C M Y K H S L
Decimal 58 84 41 0.31 0 0.51 0.67 96.28 0.34 0.25
Hex 3A 54 29 1F 0 33 43 60 22 19
Octal 72 124 51 37 0 63 103 140 42 31
Binary 111010 1010100 101001 11111 0 110011 1000011 1100000 100010 11001

Color Harmonies of #3A5429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5429

Black with #3A5429

Text Example


Text Example

White with #3A5429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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