Html Css Color HEX #3A4932 Palm Leaf

📋 copy color: '#3A4932'

red 58 ◦ green 73 ◦ blue 50

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

Shades of Palm Leaf #3A4932

Tints of Palm Leaf #3A4932

RGB

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

 GREEN value IS 73 (28.91% from 255) = 40.33%

 BLUE value IS 50 (19.92% from 255) = 27.62%

R = 32.04%
G = 40.33%
B = 27.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#3A4932 (or 0x3A4932) is known color: Palm Leaf. HEX triplet: 3A, 49 and 32. RGB value is (58,73,50). Sum of RGB (Red+Green+Blue) = 58+73+50=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 73 (28.91% from 255 or 40.33% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 73 - color contains mainly: green. Hex color #3A4932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4932 is #C5B6CD. Grayscale: #414141. Windows color (decimal): -12957390 or 3295546. OLE color: 3295546.

HSL color Cylindrical-coordinate representation of color #3A4932: hue angle of 99.13º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A4932 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 73 50 -
CMYK 0.21 0 0.32 0.71
HSL 99.13º 0.19% 0.24% -
HSV(B) 99.13º 0.32% 0.29% -
XYZ 4.7 5.89 3.91 -
YUV 65.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 58 73 50 0.21 0 0.32 0.71 99.13 0.19 0.24
Hex 3A 49 32 15 0 20 47 63 13 18
Octal 72 111 62 25 0 40 107 143 23 30
Binary 111010 1001001 110010 10101 0 100000 1000111 1100011 10011 11000

Color Harmonies of #3A4932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4932

Black with #3A4932

Text Example


Text Example

White with #3A4932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,73,50); }

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

background-color css

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

 a { background-color: rgb(58,73,50); }

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

border-color css

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

 span { border-color: rgb(58,73,50); }

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