Html Css Color HEX #3A4C32 Palm Leaf

📋 copy color: '#3A4C32'

red 58 ◦ green 76 ◦ blue 50

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

Shades of Palm Leaf #3A4C32

Tints of Palm Leaf #3A4C32

RGB

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

 GREEN value IS 76 (30.08% from 255) = 41.3%

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

R = 31.52%
G = 41.3%
B = 27.17%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#3A4C32 (or 0x3A4C32) is known color: Palm Leaf. HEX triplet: 3A, 4C and 32. RGB value is (58,76,50). Sum of RGB (Red+Green+Blue) = 58+76+50=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 76 (30.08% from 255 or 41.30% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 76 - color contains mainly: green. Hex color #3A4C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4C32 is #C5B3CD. Grayscale: #434343. Windows color (decimal): -12956622 or 3296314. OLE color: 3296314.

HSL color Cylindrical-coordinate representation of color #3A4C32: hue angle of 101.54º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3A4C32 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB 58 76 50 -
CMYK 0.24 0 0.34 0.70
HSL 101.54º 0.21% 0.25% -
HSV(B) 101.54º 0.34% 0.3% -
XYZ 4.91 6.3 3.97 -
YUV 67.65 118.04 121.11 -
System Red Green Blue C M Y K H S L
Decimal 58 76 50 0.24 0 0.34 0.70 101.54 0.21 0.25
Hex 3A 4C 32 18 0 22 46 66 15 19
Octal 72 114 62 30 0 42 106 146 25 31
Binary 111010 1001100 110010 11000 0 100010 1000110 1100110 10101 11001

Color Harmonies of #3A4C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4C32

Black with #3A4C32

Text Example


Text Example

White with #3A4C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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